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

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2018-01-14 18:11:00 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 19:15:09 +0300
commit07bc9a7b4b7765d8795d064c8aa621f088483f8a (patch)
tree8b525098142148fc8fd6ae98f3748417af800e9c /.clang-format
parent410d88bf9944dfe1e79c6f7d8f747c32a8924e3f (diff)
Add ClangFormat rules
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 3838b6b1f..64ab822b6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -30,7 +30,7 @@ BraceWrapping:
BeforeCatch: false
BeforeElse: false
IndentBraces: false
-BreakBeforeBinaryOperators: None
+BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: true