]> Dogcows Code - chaz/homebank/blob - .editorconfig
editorconfig: do not clean up whitespace errors
[chaz/homebank] / .editorconfig
1
2 # Please follow these code style guidelines. You can use this file to
3 # automatically configure your editor.
4 # For instructions, see: http://editorconfig.org/
5
6 [*.{c,h,xs}]
7 charset = utf8
8 indent_size = 4
9 indent_style = tab
10 insert_final_newline = false
11 trim_trailing_whitespace = false
12
13 [*.xml]
14 charset = utf8
15 indent_size = 2
16 indent_style = space
17 insert_final_newline = false
18 trim_trailing_whitespace = false
19
This page took 0.035491 seconds and 5 git commands to generate.