https://github.com/Kitware/CMake
Revision 7f02daba647dea6100906070534485aac9060dea authored by Kitware Robot on 22 August 2022, 04:01:17 UTC, committed by Kitware Robot on 22 August 2022, 04:01:17 UTC
1 parent b634b8a
Raw File
Tip revision: 7f02daba647dea6100906070534485aac9060dea authored by Kitware Robot on 22 August 2022, 04:01:17 UTC
CMake Nightly Date Stamp
Tip revision: 7f02dab
.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