1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-31 17:17:37 +03:00
libxml2/.editorconfig

16 lines
201 B
INI
Raw Normal View History

2022-11-21 00:41:51 +03:00
# EditorConfig : http://EditorConfig.org
root = true
2022-11-22 19:01:21 +03:00
[Makefile*]
2022-11-21 00:41:51 +03:00
indent_style = tab
[CMakeLists.txt]
indent_style = tab
indent_size = 4
[*.{c,h}]
indent_style = space
indent_size = 4
2022-11-21 22:11:53 +03:00
tab_width = 8