https://github.com/Kitware/CMake
Raw File
Tip revision: aa6b2180bf9926e62641871908ae059c19ddb3a3 authored by Kitware Robot on 07 August 2024, 04:01:18 UTC
CMake Nightly Date Stamp
Tip revision: aa6b218
.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