Fix editorconfig

This commit is contained in:
Laurent Destailleur 2019-05-15 11:55:07 +02:00
parent 9f8f45d5bc
commit 710e2085e6

View File

@ -1,7 +1,8 @@
# EditorConfig is awesome: http://EditorConfig.org # EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file # top-most EditorConfig file
root = true root = true
# Unix-style newlines with a newline ending every file # Unix-style newlines with a newline ending every file
[*] [*]
charset = utf-8 charset = utf-8
@ -11,9 +12,10 @@ insert_final_newline = true
# PHP PSR-2 Coding Standards # PHP PSR-2 Coding Standards
# http://www.php-fig.org/psr/psr-2/ # http://www.php-fig.org/psr/psr-2/
[*.php] [*.php]
indent_style = space indent_style = tab # An exception of PSR2
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true
[*.js] [*.js]
indent_style = tab indent_style = tab
[*.css] [*.css]