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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-29 13:46:20 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-29 13:46:20 +0300
commitcf61babe2c82168438783b85424dc947d5e9c1c7 (patch)
treed1ba3c9f4fb667753c11432a63b025f57c1ae540 /.clang-format
parent4f890711d22755c75d2692c09192b34f69acd768 (diff)
Fix symbol collision in reduce.ipp, and multiple warnings.
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 6ac52227..effce6f7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -16,7 +16,7 @@ BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: false
BreakConstructorInitializersBeforeComma: true
BinPackParameters: true
-ColumnLimit: 320
+ColumnLimit: 160
CommentPragmas: '^!<'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ContinuationIndentWidth: 0