EditorConfig: set continuation indent size in CMakeLists for IntelliJ

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2025-12-07 12:45:35 +05:00
parent aa0bd45d6c
commit 1344dcb27e
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -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