Revision 25644a78de165af0cb6373e3ca103a93971041eb authored by Brad King on 02 October 2023, 18:43:30 UTC, committed by Brad King on 02 October 2023, 18:44:04 UTC
1 parent 1969600
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