1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 19:34:18 +02:00

Add phpcs, Travis, clean up editorconfig and eslint

This commit is contained in:
Toby Zerner
2015-09-04 11:36:14 +09:30
parent bef3f1ba4e
commit 617c3d54ff
5 changed files with 58 additions and 13 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