1
0
mirror of https://github.com/flarum/core.git synced 2025-08-26 09:34:59 +02:00

Clean up editorconfig, eslint, npm dependencies

This commit is contained in:
Toby Zerner
2015-09-04 12:11:34 +09:30
parent 93b6f11484
commit c81ceafb54
6 changed files with 12 additions and 28 deletions

View File

@@ -12,21 +12,8 @@ insert_final_newline = true
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.{css,less}]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false
[*.php]
indent_style = space
indent_size = 4