diff options
author | shela <shela.weblog@gmail.com> | 2019-06-09 17:49:40 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-11 01:51:40 -0700 |
commit | c3c61dc76ea07ece799d7fc5edf63b700dbd346c (patch) | |
tree | 2560f688ec3221759655023ef19d68e890b72f09 /.clang-format | |
parent | 8ac90488031330bb184dafe40dfb5ec5790665e1 (diff) | |
download | qmk_firmware-c3c61dc76ea07ece799d7fc5edf63b700dbd346c.tar.gz qmk_firmware-c3c61dc76ea07ece799d7fc5edf63b700dbd346c.zip |
fix indent size
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 96c486259..b4f796783 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -13,7 +13,7 @@ BinPackParameters: 'true' | |||
13 | ColumnLimit: '1000' | 13 | ColumnLimit: '1000' |
14 | IndentCaseLabels: 'true' | 14 | IndentCaseLabels: 'true' |
15 | IndentPPDirectives: AfterHash | 15 | IndentPPDirectives: AfterHash |
16 | IndentWidth: '2' | 16 | IndentWidth: '4' |
17 | MaxEmptyLinesToKeep: '1' | 17 | MaxEmptyLinesToKeep: '1' |
18 | PointerAlignment: Right | 18 | PointerAlignment: Right |
19 | SortIncludes: 'false' | 19 | SortIncludes: 'false' |