Remove mso-oof-adapter from SO
[so.git] / so-monitoring / so-monitoring-ui / src / main / frontend / .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 = 2\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