Skip to content

Commit 0a9fc1f

Browse files
committed
remove tab chars from .clang-format
1 parent 5795a31 commit 0a9fc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SortIncludes: Never
123123
# LLVM: InsertBraces: false
124124
#
125125
# WARNING: Setting this option to true could lead to incorrect code formatting
126-
# due to clang-format's lack of complete semantic information. As such,
127-
# extra care should be taken to review code changes made by this option!
126+
# due to clang-format's lack of complete semantic information. As such,
127+
# extra care should be taken to review code changes made by this option!
128128
#
129129
InsertBraces: true

0 commit comments

Comments
 (0)