chore(editorconfig): Put CMakeLists.txt in its own section

This is read by neocmakelsp for formatting.

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2025-11-21 17:45:20 +01:00
parent f333d95013
commit b62675b435

View File

@@ -12,7 +12,12 @@ indent_style = space
indent_size = 4
tab_width = 4
[{CMakeLists.txt,*.cmake}]
[CMakeLists.txt]
indent_style = space
indent_size = 4
tab_width = 4
tab_width = 4
[*.cmake]
indent_style = space
indent_size = 4
tab_width = 4