Revision 73a1d422a54fb62c429578429e146081307300bc authored by Brad King on 04 October 2023, 16:28:28 UTC, committed by Brad King on 04 October 2023, 21:14:58 UTC
1 parent eb534ea
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