libxml2/.editorconfig
Nick Wellnhofer 00336f0fee cmake: Don't use tabs in CMakeLists.txt
Always use spaces and indent_size=4 except for Makefiles.
2024-04-23 18:16:03 +02:00

12 lines
142 B
INI

# EditorConfig : http://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 8
[Makefile*]
indent_style = tab