Linux codestyle format (tabs indenation)
[lwext4.git] / .clang-format
index 5eb2b67b5ae1fbbc98e4d01b5f36cd2a6d91fa2d..bb6914da6150628c42dca08726fe7e3c761ffc91 100644 (file)
@@ -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