https://github.com/Kitware/CMake
Revision 82eb51263771341645f80fdcea36ff6a510144bb authored by Brad King on 14 June 2022, 14:43:13 UTC, committed by Brad King on 14 June 2022, 14:43:13 UTC
# By KWIML Upstream
* upstream-KWIML:
  KWIML 2022-06-14 (7b9bd7fe)
2 parent s 7116712 + 2a233bb
Raw File
Tip revision: 82eb51263771341645f80fdcea36ff6a510144bb authored by Brad King on 14 June 2022, 14:43:13 UTC
Merge branch 'upstream-KWIML' into update-kwiml
Tip revision: 82eb512
.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