1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 03:55:04 +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
[Makefile*]
indent_style = tab
[CMakeLists.txt]
indent_style = tab
indent_size = 4
[*.{c,h}]
[*]
indent_style = space
indent_size = 4
tab_width = 8
[Makefile*]
indent_style = tab

File diff suppressed because it is too large Load Diff