Updated EditorConfig

This commit is contained in:
Florian Bouillon 2019-04-17 01:26:52 +02:00
parent 890757f1c9
commit 5848de0ec7

View File

@ -9,3 +9,12 @@ insert_final_newline = true
[*.php]
indent_style = space
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space