Adapt .editorconfig for PHPStorm #1358

Merged
friendicaproject merged 4 commits from nupplaPhil/friendica-addons:feat/phpstorm_editorconfig into develop 2023-02-28 21:02:27 +01:00
Showing only changes of commit 92c3d0cf6c - Show all commits

ident_size 2 is better for XML readability :)

Philipp Holzer 2023-02-27 20:57:18 +01:00
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -22,7 +22,7 @@ indent_size = 2
[*.xml]
indent_style = space
indent_size = 4
indent_size = 2
[*.json]
indent_style = space