]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Delete .clang-format
authorJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 23:10:39 +0000 (23:10 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 23:10:39 +0000 (23:10 +0000)
The file is not accurate and clang-format cannot describe our coding
style

.clang-format [deleted file]

diff --git a/.clang-format b/.clang-format
deleted file mode 100644 (file)
index b32bbe2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-BasedOnStyle: LLVM
-IndentWidth: 8
-AlwaysBreakAfterReturnType: TopLevel
-UseTab: ForIndentation
-BreakBeforeBraces: Linux
-AllowShortEnumsOnASingleLine: false
-AlignAfterOpenBracket: DontAlign