diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 5b9bfe6..0000000 --- a/.clang-format +++ /dev/null @@ -1,4 +0,0 @@ -# Run manually to reformat a file: -# clang-format -i --style=file <file> -Language: Cpp -BasedOnStyle: Google |