This commit is contained in:
Laurent Destailleur 2020-04-27 11:41:35 +02:00
parent 4c605283f5
commit 3c1d989c30

View File

@ -2,6 +2,7 @@
# 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
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]