Skip to content

Commit 73249a8

Browse files
dvyukovtstellar
authored andcommitted
Revert "sanitizers: increase .clang-format columns to 100"
This reverts commit 5d1df6d. There is a strong objection to this change: https://reviews.llvm.org/D106436#2905618 Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D106847 (cherry picked from commit 440e936)
1 parent 4a450da commit 73249a8

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

compiler-rt/lib/asan/.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash

compiler-rt/lib/dfsan/.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash

compiler-rt/lib/hwasan/.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash

compiler-rt/lib/lsan/.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash

compiler-rt/lib/msan/.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash

compiler-rt/lib/tsan/.clang-format

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BasedOnStyle: Google
2-
ColumnLimit: 100
32
AllowShortIfStatementsOnASingleLine: false
43
IndentPPDirectives: AfterHash

0 commit comments

Comments
 (0)