mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Adapt .editorconfig for PHPStorm
This commit is contained in:
parent
4be9c180d5
commit
d2b3cc515f
1 changed files with 8 additions and 4 deletions
|
@ -6,9 +6,13 @@ root = true
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespaces = true
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
quote_type = single
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.js]
|
[*.yml]
|
||||||
quote_type = double
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[composer.json]
|
||||||
|
indent_size = tab
|
||||||
|
|
Loading…
Reference in a new issue