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 | |
parent | 8ac90488031330bb184dafe40dfb5ec5790665e1 (diff) | |
download | qmk_firmware-c3c61dc76ea07ece799d7fc5edf63b700dbd346c.tar.gz qmk_firmware-c3c61dc76ea07ece799d7fc5edf63b700dbd346c.zip |
fix indent size
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 96c4862590..b4f7967831 100644 --- a/.clang-format +++ b/.clang-format @@ -13,7 +13,7 @@ BinPackParameters: 'true' ColumnLimit: '1000' IndentCaseLabels: 'true' IndentPPDirectives: AfterHash -IndentWidth: '2' +IndentWidth: '4' MaxEmptyLinesToKeep: '1' PointerAlignment: Right SortIncludes: 'false' |