X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=.clang-format;h=b4f7967831abba24f987de8ebb1090f276a4dad3;hp=96c48625900a1b011fa2e822f77ecd3bdf5bed87;hb=38fdf7a2d2f3f0bb9c21332b81a289de94b9870a;hpb=dd290085c9e9c7d87fed64170407ca4cdc3c7433 diff --git a/.clang-format b/.clang-format index 96c486259..b4f796783 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'