https://github.com/Kitware/CMake
Revision 091005fa657cd64a78656ff874032effdf433776 authored by Brad King on 25 July 2023, 13:13:53 UTC, committed by Brad King on 25 July 2023, 13:13:53 UTC
2 parent s eace51a + b7c871f
Raw File
Tip revision: 091005fa657cd64a78656ff874032effdf433776 authored by Brad King on 25 July 2023, 13:13:53 UTC
Merge branch 'cdash_checksum_400' into release-3.26
Tip revision: 091005f
.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