1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-09-03 10:53:08 +02:00

Add editorconfig.

This commit is contained in:
Lars Jung
2014-08-19 23:28:48 +02:00
parent 7efd16a6e3
commit f3e448f420
3 changed files with 31 additions and 6 deletions

20
.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
# http://EditorConfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{package.json,.travis.yml}]
indent_size = 2
[{*.md,*.jade}]
trim_trailing_whitespace = false