Browse Source

.clang-format: change standard to C++11

pull/145/head
Daira Hopwood 8 years ago
committed by GitHub
parent
commit
b097171ef9
  1. 2
      src/.clang-format

2
src/.clang-format

@ -46,6 +46,6 @@ SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
Standard: Cpp03
Standard: Cpp11
TabWidth: 8
UseTab: Never

Loading…
Cancel
Save