diff options
Diffstat (limited to 'dot_clang-format')
| -rw-r--r-- | dot_clang-format | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dot_clang-format b/dot_clang-format index 2062d48..06b8e25 100644 --- a/dot_clang-format +++ b/dot_clang-format @@ -1,10 +1,11 @@ --- -AlwaysBreakAfterReturnType: All +# AlwaysBreakAfterReturnType: All BasedOnStyle: Google IndentWidth: 4 IndentAccessModifiers: false AccessModifierOffset: -4 Standard: Cpp11 TabWidth: 4 -AlwaysBreakAfterDefinitionReturnType: All +# AlwaysBreakAfterDefinitionReturnType: All AlignAfterOpenBracket: BlockIndent +# PointerAlignment: Right |
