~ruther/qmk_firmware

c3c61dc76ea07ece799d7fc5edf63b700dbd346c — shela 6 years ago 8ac9048
fix indent size
1 files changed, 1 insertions(+), 1 deletions(-)

M .clang-format
M .clang-format => .clang-format +1 -1
@@ 13,7 13,7 @@ BinPackParameters: 'true'
ColumnLimit: '1000'
IndentCaseLabels: 'true'
IndentPPDirectives: AfterHash
IndentWidth: '2'
IndentWidth: '4'
MaxEmptyLinesToKeep: '1'
PointerAlignment: Right
SortIncludes: 'false'