summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-08 20:16:54 -0400
committerDavid Robillard <d@drobilla.net>2021-05-08 20:16:54 -0400
commita280246c3043fc2ea1f50fa695539ac0bec44be1 (patch)
treeb1f223247ebe295c446c7732c00f879ea0f54d7f /.clang-format
parentd8e2cff7a55c71d8c364898b651423ffebfba5d3 (diff)
downloadpatchage-a280246c3043fc2ea1f50fa695539ac0bec44be1.tar.gz
patchage-a280246c3043fc2ea1f50fa695539ac0bec44be1.tar.bz2
patchage-a280246c3043fc2ea1f50fa695539ac0bec44be1.zip
Put events in a namespace and simplify their names
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 1d0cff9..8ef8bd6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -14,6 +14,7 @@ BraceWrapping:
SplitEmptyRecord: false
BreakBeforeBraces: Custom
Cpp11BracedListStyle: true
+FixNamespaceComments: true
IndentCaseLabels: false
IndentPPDirectives: AfterHash
KeepEmptyLinesAtTheStartOfBlocks: false