Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-09-22 16:36:06 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-09-27 18:40:55 +0300
commit2a6886dc70911f66ec9c164300fde5bb59d5861f (patch)
tree2fe29a361a1db8c2e4edd96b8f978e2b3f446aa0 /.clang-format
parent8af4d905f1341db103cc6628dd03253f4c12ff6a (diff)
Use C++11 brace style in clang-format
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8d32bb250..e240e1379 100644
--- a/.clang-format
+++ b/.clang-format
@@ -61,3 +61,5 @@ ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCH
MaxEmptyLinesToKeep: 2
KeepEmptyLinesAtTheStartOfBlocks: false
+SpaceBeforeCpp11BracedList: false
+Cpp11BracedListStyle: true