From fd38a3dbc41dea20e4ff59d308d8e65730e01cd3 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Wed, 18 Mar 2026 01:54:12 +0100 Subject: [PATCH] Add CMake and YAML files to EditorConfig Since we use a different style for those --- .editorconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1db555a7..b4674c8f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ -[*] root = true + +[*] indent_style = tab indent_size = tab tab_width = 4 @@ -7,3 +8,11 @@ charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true end_of_line = lf + +[{CMakeLists.txt,*.cmake}] +indent_style = space +indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2