mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >)
This commit is contained in:
parent
228c319a94
commit
131a8ceb73
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ SpacesInAngles: false
|
||||||
SpacesInContainerLiterals: true
|
SpacesInContainerLiterals: true
|
||||||
SpacesInCStyleCastParentheses: false
|
SpacesInCStyleCastParentheses: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
Standard: Cpp03
|
Standard: Cpp11
|
||||||
TabWidth: 8
|
TabWidth: 8
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
|
Loading…
Reference in a new issue