Merge pull request #3728 from ygorshenin/clang-format-fix

[] Fixes to .clang-format.
This commit is contained in:
therearesomewhocallmetim 2016-07-06 15:14:34 +04:00 committed by GitHub
commit 092198b2f5

View file

@ -20,4 +20,5 @@ DerivePointerAlignment: false
IndentCaseLabels: false
NamespaceIndentation: None
PointerAlignment: Middle
SortIncludes: true
Standard: Cpp11