ext4_journal: do not replay revoked block within the same transaction
[lwext4.git] / .clang-format
index 662c219501d3b94204c1419c33dbab975007044d..bb6914da6150628c42dca08726fe7e3c761ffc91 100644 (file)
@@ -1,6 +1,8 @@
+#clang-format-3.7 -style=file -i lwext4/*
+
 BasedOnStyle: LLVM
-IndentWidth: 4
-UseTab: Never
-BreakBeforeBraces: Stroustrup
+IndentWidth: 8
+UseTab: Always
+BreakBeforeBraces: Linux
 AllowShortIfStatementsOnASingleLine: false
 IndentCaseLabels: false