diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-03-30 17:38:55 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-03-30 17:38:55 +0200 |
commit | eff9ff10cc0251ba96e3ed6ae45abca9795186ed (patch) | |
tree | 1913b7c55c11fde9f60aacb300e4509e7f3b9c65 /.clang-format | |
parent | e74278a04209070fa648e73c7c392e719fc78d09 (diff) |
format code
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..80d3293 --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +BasedOnStyle: LLVM +IndentWidth: 4 |