https://github.com/Kitware/CMake
Revision 7517923418790e41b67a2908d1aec2b4ffe72314 authored by Brad King on 16 November 2023, 15:22:56 UTC, committed by Brad King on 17 November 2023, 14:58:21 UTC
1 parent 4055272
Raw File
Tip revision: 7517923418790e41b67a2908d1aec2b4ffe72314 authored by Brad King on 16 November 2023, 15:22:56 UTC
codespell: Match valgrind output without repeating a spelling error
Tip revision: 7517923
.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