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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-06-11 13:40:07 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-06-11 13:40:07 +0300
commitddd0a9abb69ca7715641efaaa34dbbf030b552ef (patch)
treed1304db4387e45632a1af60abfc0d96442cedfa8 /.clang-format
parentc7ba8c4daa5163170a3425874aff43c81071483b (diff)
SPE-742: Builtin pad feature in zero elevation mode.
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 d5740f689..9a2c3ce1d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -46,7 +46,7 @@ BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeComma
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
-ColumnLimit: 75
+ColumnLimit: 78
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true