Skip to content

Commit 85b52c9

Browse files
committed
style: update clang-format
1 parent c4b849b commit 85b52c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coding-test-cpp-practice/.clang-format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# @formatter:off
23
Language: Cpp
34
# BasedOnStyle: LLVM
45
AccessModifierOffset: -4
@@ -213,7 +214,7 @@ StatementAttributeLikeMacros:
213214
StatementMacros:
214215
- Q_UNUSED
215216
- QT_REQUIRE_VERSION
216-
TabWidth: 8
217+
TabWidth: 4
217218
UseTab: Never
218219
WhitespaceSensitiveMacros:
219220
- BOOST_PP_STRINGIZE

0 commit comments

Comments
 (0)