summaryrefslogtreecommitdiffstats
path: root/dot_clang-format
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2026-08-30 17:00:53 +0000
committerSanto Cariotti <santo@dcariotti.me>2026-08-30 17:00:53 +0000
commitb990d4effc6bc1ddee3cbafb8ba91657cf1610c6 (patch)
tree9e85ccaabf289d17810335c31591ebf869bff923 /dot_clang-format
parentda16ed77a545545f0d5995379d72f75a16ee613f (diff)
updateHEADmain
Diffstat (limited to 'dot_clang-format')
-rw-r--r--dot_clang-format5
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