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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user