ngx-admin/.editorconfig

14 lines
245 B
INI
Raw Normal View History

# Editor configuration, see http://editorconfig.org
2016-04-20 16:32:12 +03:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
2016-04-20 16:32:12 +03:00
trim_trailing_whitespace = false