diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2026-08-30 17:00:53 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2026-08-30 17:00:53 +0000 |
| commit | b990d4effc6bc1ddee3cbafb8ba91657cf1610c6 (patch) | |
| tree | 9e85ccaabf289d17810335c31591ebf869bff923 /dot_clang-format | |
| parent | da16ed77a545545f0d5995379d72f75a16ee613f (diff) | |
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 |
