log4js-node/.editorconfig
e-cloud c793778eab chore: update code management facilities
1. add eslint support
2. add some restrictions on git commit
3. add conventional-changelog for future auto changelog generation
4. update ignores
5. add editor config
2016-07-14 17:36:23 +08:00

30 lines
490 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = space
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
quote_type = single
curly_bracket_next_line = true
indent_brace_style = Allman
spaces_around_operators = true
spaces_around_brackets = inside
continuation_indent_size = 2
[*.html]
# indent_size = 4
[*{.yml,.yaml,.json}]
indent_style = space
indent_size = 2
[.eslintrc]
indent_style = space
indent_size = 2