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 ecdd62eb3c - Show all commits

View file

@ -9,6 +9,11 @@ end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
[*.js]
quote_type = double
ij_javascript_use_double_quotes = true
[*.yml]
indent_style = space