X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.clang-format;h=4652b9e0aa7a0f2ad88e17f35033470c4409c528;hb=068571b9febb46edb64663bf6e84ae821a8219a3;hp=bd896176d5421c9e051e0597c40719042cc7ccf4;hpb=7a1086e4057a64f841ba178aa9eebb0002722ae2;p=qmk_firmware.git diff --git a/.clang-format b/.clang-format index bd896176d..4652b9e0a 100644 --- a/.clang-format +++ b/.clang-format @@ -20,7 +20,7 @@ SortIncludes: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false' -TabWidth: '2' +TabWidth: '4' UseTab: Never ...