🔧 Remove versionned PHPStorm files

Those files were duplicates of the .editorconfig file

.editorconfig was pushed with ecd8f40c0f for 2.7.0 and should be the only source of the IDE / editor configuration

This generic format is implemented in PHPStorm since v2019.2 (see https://blog.jetbrains.com/idea/2019/06/managing-code-style-on-a-directory-level-with-editorconfig/)
To check if your IDE / editor supports it, check https://editorconfig.org/
This commit is contained in:
Pierre Goiffon
2020-09-18 18:26:31 +02:00
parent dd942997cb
commit 7c3659d5ba
7 changed files with 0 additions and 286 deletions

5
.gitignore vendored
View File

@@ -40,11 +40,6 @@ test/vendor/*
# Jetbrains
/.idea/**
!/.idea/encodings.xml
!/.idea/codeStyles
!/.idea/codeStyles/*
!/.idea/inspectionProfiles
!/.idea/inspectionProfiles/*
# doc. generation
/.doc/vendor