diff options
Diffstat (limited to '')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 1bd4430..0000000 --- a/.clang-format +++ /dev/null @@ -1,6 +0,0 @@ -BasedOnStyle: webkit -IndentWidth: 4 -AlignConsecutiveAssignments: true -AlignConsecutiveDeclarations: true -AlignOperands: true -SortIncludes: false |