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 4a57f968f8 - Show all commits

View file

@ -6,5 +6,13 @@ root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
[composer.json]
indent_size = tab