summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/.editorconfig
blob: 6bdd817c98d1d0f1153171ee099081937f5d449f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
root = true

[quazip/**]
end_of_line = lf
indent_style = space
indent_size = 4

[quazip/**/*.yml]
indent_size = 2

[quazip/**/*.yaml]
indent_size = 2
# EditorConfig specs and documentation: https://EditorConfig.org

# top-most EditorConfig file
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