https://github.com/Kitware/CMake
Raw File
Tip revision: 844417294bd6a1f4bcd3ff49e92659bbd437752d authored by Brad King on 13 September 2024, 13:25:31 UTC
Merge topic 'file-REAL_PATH-warn-non-existing'
Tip revision: 8444172
.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