Skip to content

Commit 98617b2

Browse files
committed
change .clang-format to never use tabs
1 parent 77fc956 commit 98617b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ IndentWidth: 4
6868
#
6969
# LLVM: UseTab: Never
7070
#
71-
UseTab: Always
71+
UseTab: Never
7272

7373
# Align escaped newlines as far left as possible, using the last line of the
7474
# preprocessor directive as the reference if it is the longest.

0 commit comments

Comments
 (0)