Revision 472a11c3d2a725ebdd2efeef73b85bdadedb3f9a authored by Brad King on 24 March 2021, 14:20:35 UTC, committed by Brad King on 24 March 2021, 14:20:35 UTC
2 parent s b7b0fb4 + 3a042be
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