From 5db808c22dbfdda6a1869d12b75a76f939afb0e8 Mon Sep 17 00:00:00 2001 From: Oleg Shparber Date: Mon, 18 Sep 2023 02:30:10 -0400 Subject: [PATCH] chore: update .editorconfig --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f4c34ae1..81906b17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,12 @@ indent_style = space max_line_length = 100 trim_trailing_whitespace = true -[*.{json,xml,xml.in,yml}] +[{*.cmake,CMakeLists.txt}] +# TODO: indent_size = 2 +indent_size = 4 + +[*.json] +indent_size = 2 + +[*.{yaml,yml}] indent_size = 2