mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
Use "Latest" Standard for clang-format
This commit is contained in:
parent
d326252268
commit
c358fd2282
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Language: Cpp
|
||||||
MaxEmptyLinesToKeep: '3'
|
MaxEmptyLinesToKeep: '3'
|
||||||
PenaltyBreakComment: '100000'
|
PenaltyBreakComment: '100000'
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
Standard: Cpp11
|
Standard: Latest
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue