]> code.delx.au - virtualtones/blob - .editorconfig
Updated to modern Qt
[virtualtones] / .editorconfig
1 # EditorConfig is awesome: http://EditorConfig.org
2
3 # top-most EditorConfig file
4 root = true
5
6 [**]
7 end_of_line = lf
8 insert_final_newline = true
9 charset = utf-8
10 indent_style = tab
11 trim_trailing_whitespace = true
12 indent_size = 8