Release 0.41.92
[vala-gnome.git] / .editorconfig
blob59199326218c1f3d64623549a61c3ee2472826fd
1 root = true
3 [*]
4 charset = utf-8
5 end_of_line = lf
7 [*.{vala,vapi,gs,metadata}]
8 indent_style = tab
9 insert_final_newline = true
10 trim_trailing_whitespace = true
12 [Makefile.am]
13 indent_style = tab
15 [meson.build]
16 trim_trailing_whitespace = true