https://github.com/Kitware/CMake
Revision 97f625d5ef65a182037ceea47074f6ef1d71f2bd authored by Brad King on 08 July 2021, 13:32:59 UTC, committed by Kitware Robot on 08 July 2021, 13:33:51 UTC
d69b46bf01 Help: Document when CUDA_STANDARD values were added
bdb59839b9 Help: Document when OBJCXX_STANDARD values were added
627aca946b Help: Document when OBJC_STANDARD values as definition list

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6321
2 parent s 2b9b7c8 + d69b46b
Raw File
Tip revision: 97f625d5ef65a182037ceea47074f6ef1d71f2bd authored by Brad King on 08 July 2021, 13:32:59 UTC
Merge topic 'doc-lang-std'
Tip revision: 97f625d
.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