tripleo-ui/.editorconfig
Florian Fuchs 48dbf3a28b Adds .editorconfig file
* All files: charset utf-8, lf line endings
* JS files: 2 spaces indent, trim trailing whitespace
2015-09-30 10:37:44 +02:00

11 lines
127 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
[*.js]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true