Revision 9025bde5c3851f3d30beb08b046587adc92f0ff5 authored by Brad King on 27 January 2022, 21:25:41 UTC, committed by Brad King on 27 January 2022, 21:25:41 UTC
2 parent s fc153c7 + 634587e
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