]> Dogcows Code - chaz/homebank/blob - .editorconfig
Merge branch 'upstream'
[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.030686 seconds and 4 git commands to generate.