Revision 52cd2ea0f11530b847df5c2fe75969a189322ddf authored by Kitware Robot on 15 September 2023, 04:01:16 UTC, committed by Kitware Robot on 15 September 2023, 04:01:16 UTC
1 parent 123cdf9
Raw File
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top