https://github.com/Kitware/CMake
Revision 7315a46c8383c48757d9b4a979651230c7e22d2a authored by Brad King on 13 September 2017, 12:36:49 UTC, committed by Kitware Robot on 13 September 2017, 12:37:02 UTC
bc7c94fe MSVC: Add support for ARM64 architecture

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1215
2 parent s 6781084 + bc7c94f
Raw File
Tip revision: 7315a46c8383c48757d9b4a979651230c7e22d2a authored by Brad King on 13 September 2017, 12:36:49 UTC
Merge topic 'MsvcArm64'
Tip revision: 7315a46
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
...
back to top