]> Git Repo - VerusCoin.git/commitdiff
.clang-format: change standard to C++11
authorDaira Hopwood <[email protected]>
Mon, 11 Jul 2016 12:22:20 +0000 (13:22 +0100)
committerGitHub <[email protected]>
Mon, 11 Jul 2016 12:22:20 +0000 (13:22 +0100)
src/.clang-format

index 226a15d185af4806bd32f22aead1e6a7367c7916..6314e210f55e45029159f26f0fda7e32b3c5da4e 100644 (file)
@@ -46,6 +46,6 @@ SpacesInAngles:  false
 SpacesInContainerLiterals: true
 SpacesInCStyleCastParentheses: false
 SpacesInParentheses: false
-Standard:        Cpp03
+Standard:        Cpp11
 TabWidth:        8
 UseTab:          Never
This page took 0.025817 seconds and 4 git commands to generate.