Revision 87b170d9f9bdbcf4249e709864d90efce151883a authored by Michael Hirsch on 18 February 2021, 04:14:49 UTC, committed by Brad King on 18 February 2021, 19:53:28 UTC
Co-Author: Brad King <brad.king@kitware.com>
1 parent 3f8cf00
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