summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-08-07 13:00:02 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-08-07 13:00:02 +0200
commitafff822abf25042088af5df33a7ba31c91a3846d (patch)
treedbec000d9849bfeebdcdc2bd61ef7c19cf493298 /.clang-format
parentd1f84fa7fdcc44b390a07eba17ff847a8d5efc1a (diff)
Add comment about customization of clang-format options
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8d4fec00f8..a055030a64 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,6 +8,9 @@ UseTab: Never
# may later be changed to 80-100 characters per line if desired.
ColumnLimit: 0
---
+# Customize only those options that differ from the base style!
+# Dumping the options of the base style for comparison:
+# clang-format -style=google -dump-config > .clang-format_google
Language: Cpp
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign