Remove unused settings files, update and simplify for the front boilerplate some settings files

This commit is contained in:
Antoine Boulanger
2018-09-05 14:37:37 -04:00
parent f577e7aa92
commit 595ecdc8ee
6 changed files with 9 additions and 477 deletions

View File

@@ -1,5 +1,4 @@
# editorconfig.org
root = true
[*]
@@ -10,5 +9,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,markdown}]
[*.md]
trim_trailing_whitespace = false
[{*.yml,*.json}]
indent_size = 2
indent_style = space