EditorConfig essentials
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -3,6 +3,17 @@
|
|||||||
# top-most EditorConfig file
|
# top-most EditorConfig file
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{yml,nix}]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user