Use "Latest" Standard for clang-format

This commit is contained in:
badaix 2021-12-13 16:15:45 +01:00
parent d326252268
commit c358fd2282

View file

@ -14,7 +14,7 @@ Language: Cpp
MaxEmptyLinesToKeep: '3'
PenaltyBreakComment: '100000'
PointerAlignment: Left
Standard: Cpp11
Standard: Latest
UseTab: Never
...