EditorConfig: set continuation indent size in CMakeLists for IntelliJ (#4443)

This commit is contained in:
TheKodeToad 2025-12-07 11:08:17 +00:00 committed by GitHub
commit 0fd945b3db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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