https://github.com/Kitware/CMake
Revision 993d706a170e7009130d5f66b2f3f5e7dda64c9b authored by Brad King on 14 July 2021, 17:46:21 UTC, committed by Brad King on 15 July 2021, 17:12:54 UTC
Apply the change from commit 049410c0b6 (VS: Populate `/JMC-` flag table
entry for v142, 2019-01-24, v3.14.0-rc1~74^2~6) to the v143 flag table.
1 parent a070d87
Raw File
Tip revision: 993d706a170e7009130d5f66b2f3f5e7dda64c9b authored by Brad King on 14 July 2021, 17:46:21 UTC
VS: Populate `/JMC-` flag table entry for v143
Tip revision: 993d706
.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