]> jfr.im git - irc/hexchat/hexchat.git/blame - .editorconfig
Bump version to 2.14.3
[irc/hexchat/hexchat.git] / .editorconfig
CommitLineData
a524adc6
MJ
1# EditorConfig is awesome: http://EditorConfig.org
2
3# top-most EditorConfig file
4root = true
5
6[*.{c,cpp,h,hpp,m}]
7indent_style = tab
8indent_size = 4
9end_of_line = lf
10
11[*.cs]
12indent_style = space
13indent_size = 4
14end_of_line = lf
628100c1
PG
15
16[{meson.build,meson_options.txt}]
17indent_size = 2
18indent_style = space
19insert_final_newline = true