X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.clang-format;h=bb6914da6150628c42dca08726fe7e3c761ffc91;hb=c9b6c30e64e69abab013d29532bacda3c9c5d45f;hp=5eb2b67b5ae1fbbc98e4d01b5f36cd2a6d91fa2d;hpb=2d734d7ea8c9501e296bcd13cbecbf22396e5d5e;p=lwext4.git diff --git a/.clang-format b/.clang-format index 5eb2b67..bb6914d 100644 --- a/.clang-format +++ b/.clang-format @@ -1,8 +1,8 @@ #clang-format-3.7 -style=file -i lwext4/* BasedOnStyle: LLVM -IndentWidth: 4 -UseTab: Never +IndentWidth: 8 +UseTab: Always BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false