redmine-client/node_modules/bootstrap/.editorconfig
2014-12-26 04:41:54 +01:00

15 lines
205 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 4