Skip to content
Snippets Groups Projects
Commit da7959f7 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Update .clang-format.

parent a8b23d25
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,12 @@ BasedOnStyle: Google ...@@ -4,10 +4,12 @@ BasedOnStyle: Google
AccessModifierOffset: -4 AccessModifierOffset: -4
AllowShortLoopsOnASingleLine: false AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth: 4 IndentWidth: 4
PointerAlignment: Left
Standard: C++11
TabWidth: 4 TabWidth: 4
UseTab: ForIndentation UseTab: ForIndentation
ExperimentalAutoDetectBinPacking: true
Standard: C++11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment