mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
EditorConfig: set continuation indent size in CMakeLists for IntelliJ (#4443)
This commit is contained in:
commit
0fd945b3db
1 changed files with 3 additions and 0 deletions
|
|
@ -6,3 +6,6 @@ root = true
|
||||||
# C++ Code Style settings
|
# C++ Code Style settings
|
||||||
[*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}]
|
[*.{c++,cc,cpp,cppm,cxx,h,h++,hh,hpp,hxx,inl,ipp,ixx,tlh,tli}]
|
||||||
cpp_generate_documentation_comments = doxygen_slash_star
|
cpp_generate_documentation_comments = doxygen_slash_star
|
||||||
|
|
||||||
|
[CMakeLists.txt]
|
||||||
|
ij_continuation_indent_size = 4
|
||||||
Loading…
Add table
Add a link
Reference in a new issue