mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01: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
@ -47,6 +47,6 @@ SpacesInAngles: false
|
||||
SpacesInContainerLiterals: true
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInParentheses: false
|
||||
Standard: Cpp03
|
||||
Standard: Cpp11
|
||||
TabWidth: 8
|
||||
UseTab: Never
|
||||
|
Loading…
Reference in New Issue
Block a user