summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2022-02-06 21:05:35 +0200
committerLinus Groh <mail@linusgroh.de>2022-04-01 21:24:45 +0100
commit852ae6c1951b64f5ce0117170011f1242b5931e0 (patch)
tree6aab9040c9e691f2ed47c6859c7432fb6a29d1ad /.clang-format
parented9ddf79ffbf3190c39f19e0387c4a82b1580fa8 (diff)
downloadserenity-852ae6c1951b64f5ce0117170011f1242b5931e0.zip
Meta: Switch to clang-format-14 as the standard formatter
Now that clang-format-14 ubuntu packages are available, it's time to finally upgrade our clang-format version. This version brings with it a bunch of useful features with const-placement being the most notable. These will be enabled in the following commits.
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 65447dc07d..ed723ef598 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,7 +2,7 @@
Language: Cpp
BasedOnStyle: WebKit
SpaceAfterTemplateKeyword: false
-AlignEscapedNewlines: true
+AlignEscapedNewlines: Left
AlignTrailingComments: true
BreakBeforeInheritanceComma: true
BreakConstructorInitializers: BeforeComma