From 1344dcb27e12005212aeb9fbd36b6cb30ad6faec Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sun, 7 Dec 2025 12:45:35 +0500 Subject: [PATCH] EditorConfig: set continuation indent size in CMakeLists for IntelliJ Signed-off-by: Octol1ttle --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 56166b207..52510c515 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,6 @@ root = true # C++ Code Style settings [*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}] cpp_generate_documentation_comments = doxygen_slash_star + +[CMakeLists.txt] +ij_continuation_indent_size = 4 \ No newline at end of file