Merge pull request #18 from jayands/master

Small change: make `.clang-format` use C++11 Standard
This commit is contained in:
Zach Bacon 2016-08-08 17:20:38 -04:00 committed by GitHub
commit 5b7a9ea52c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp03
Standard: Cpp11
TabWidth: 8
UseTab: Never
...