summaryrefslogtreecommitdiffstats
path: root/dot_clang-format
diff options
context:
space:
mode:
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