Imported Upstream version 2.72.3
[platform/upstream/glib.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6
7 [*.[ch]]
8 indent_size = 2
9 indent_style = space
10 insert_final_newline = true
11 # For the legacy tabs which still exist in the code:
12 tab_width = 8
13
14 [meson.build]
15 indent_size = 2
16 indent_style = space
17