mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +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:
parent
b62ccf7f10
commit
00336f0fee
@ -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
|
||||
|
894
CMakeLists.txt
894
CMakeLists.txt
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user