summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-09-09 23:47:15 +0200
committerpgen <p.gen.progs@gmail.com>2020-09-13 12:12:09 +0200
commit613e0d13062fe4a74686f389ffb785a38224083b (patch)
treee6e1abe3d8f7ef7f5cfb8a40250c558821c540b0 /.clang-format
parenteca9baff2dde8c750d68f2c910e0090caaf42ebf (diff)
Reformat using ReflowComments='false'
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 ddc9146..b957a81 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ AlignOperands: 'true'
AlignEscapedNewlinesLeft: 'true'
AlignOperands: 'true'
AlignTrailingComments: 'true'
-ReflowComments: 'true'
+ReflowComments: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
AllowShortBlocksOnASingleLine: 'false'
AllowShortCaseLabelsOnASingleLine: 'false'