https://github.com/Kitware/CMake
Revision f5dbc27c27a09a3d62d619e9859b3b8c3cb7699a authored by Robert Maynard on 05 August 2021, 13:11:40 UTC, committed by Robert Maynard on 05 August 2021, 20:19:12 UTC
1 parent fbf5a36
Raw File
Tip revision: f5dbc27c27a09a3d62d619e9859b3b8c3cb7699a authored by Robert Maynard on 05 August 2021, 13:11:40 UTC
NVHPC-CXX: Add support for C++20
Tip revision: f5dbc27
.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