summaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-12-04 16:11:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-01-04 11:06:11 +0100
commit656eadb69fcb708c46fbf5c97f7913652e2705e6 (patch)
treeca340e237fcb6c48a0f04812553f37be279857a5 /.clang-format
parentbd8ff2cd0f7647b168a01ef12a5579fbb76bcc92 (diff)
update .clang-{format,tidy}
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 64db6ed8..376b242d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -14,7 +14,7 @@ BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
-ColumnLimit: 100
+ColumnLimit: 150
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
@@ -42,6 +42,6 @@ SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
-Standard: Cpp11
+Standard: Latest
TabWidth: 4
UseTab: Never