Merge pull request #13 from mmajewicz/malloc_substitution
[lwext4.git] / .clang-format
index 6422547d00217348216b50b0f84871b2a1f97ae3..bb6914da6150628c42dca08726fe7e3c761ffc91 100644 (file)
@@ -1,6 +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