added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / config / .editorconfig
1 # Editor configuration, see http://editorconfig.org\r
2 root = true\r
3 \r
4 [*]\r
5 charset = utf-8\r
6 indent_style = space\r
7 indent_size = 4\r
8 insert_final_newline = true\r
9 trim_trailing_whitespace = true\r
10 \r
11 [*.md]\r
12 max_line_length = off\r
13 trim_trailing_whitespace = false\r