mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 22:34:27 +00: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
|
SpacesInContainerLiterals: true
|
||||||
SpacesInCStyleCastParentheses: false
|
SpacesInCStyleCastParentheses: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
Standard: Cpp03
|
Standard: Cpp11
|
||||||
TabWidth: 8
|
TabWidth: 8
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
Loading…
x
Reference in New Issue
Block a user