1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-28 23:14:57 +03:00

cmake: Don't use tabs in CMakeLists.txt

Always use spaces and indent_size=4 except for Makefiles.
This commit is contained in:
Nick Wellnhofer
2024-04-20 20:54:41 +02:00
parent b62ccf7f10
commit 00336f0fee
2 changed files with 451 additions and 455 deletions

View File

@@ -2,14 +2,10 @@
root = true root = true
[Makefile*] [*]
indent_style = tab
[CMakeLists.txt]
indent_style = tab
indent_size = 4
[*.{c,h}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
tab_width = 8 tab_width = 8
[Makefile*]
indent_style = tab