]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fix indent size
authorshela <shela.weblog@gmail.com>
Sun, 9 Jun 2019 08:49:40 +0000 (17:49 +0900)
committerDrashna Jaelre <drashna@live.com>
Tue, 11 Jun 2019 08:51:40 +0000 (01:51 -0700)
.clang-format

index 96c48625900a1b011fa2e822f77ecd3bdf5bed87..b4f7967831abba24f987de8ebb1090f276a4dad3 100644 (file)
@@ -13,7 +13,7 @@ BinPackParameters: 'true'
 ColumnLimit: '1000'
 IndentCaseLabels: 'true'
 IndentPPDirectives: AfterHash
-IndentWidth: '2'
+IndentWidth: '4'
 MaxEmptyLinesToKeep: '1'
 PointerAlignment: Right
 SortIncludes: 'false'