summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2018-02-23 01:45:58 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2018-02-23 01:45:58 +0100
commitea6292168a6acd4c263913f0ccd7dd64daf4f5cf (patch)
tree312024abbd7c3c100274f3a8031d49096480b654 /.clang-format
parent5e5c9c07291f6b09623d31c92b1fb61c4ede576e (diff)
Revert "Applied clang-format on source"
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format11
1 files changed, 0 insertions, 11 deletions
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index 6e34f96b..00000000
--- a/.clang-format
+++ /dev/null
@@ -1,11 +0,0 @@
----
-Language: Cpp
-BasedOnStyle: LLVM
-
-AccessModifierOffset: -4
-AlwaysBreakTemplateDeclarations: true
-ColumnLimit: 120
-DerivePointerAlignment: false
-IndentWidth: 4
-PointerAlignment: Left
-SortUsingDeclarations: true \ No newline at end of file