https://github.com/Kitware/CMake
Revision a8414190da56606ef103c04842598b0d303f8f4c authored by Brad King on 14 October 2021, 17:38:44 UTC, committed by Brad King on 14 October 2021, 17:39:45 UTC
1 parent 787ab7f
Raw File
Tip revision: a8414190da56606ef103c04842598b0d303f8f4c authored by Brad King on 14 October 2021, 17:38:44 UTC
VS: Update Visual Studio 17 2022 generator for Preview 5
Tip revision: a841419
.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