mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
00336f0fee
Always use spaces and indent_size=4 except for Makefiles.
12 lines
142 B
INI
12 lines
142 B
INI
# EditorConfig : http://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 8
|
|
|
|
[Makefile*]
|
|
indent_style = tab
|