summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorn1c00o <34602094+n1c00o@users.noreply.github.com>2022-10-12 14:38:36 +0200
committerGitHub <noreply@github.com>2022-10-12 14:38:36 +0200
commit76ef68564626310d05d7a4bea6f1952437559d93 (patch)
tree2e7b4c5bc3eb7c40b0c4760ae76d93d6ca0cfc81 /.clang-format
parent9c908b7f2d31e4d6e0e30e13a8bea9571858d2f1 (diff)
Add CI Actions (#8)
* Add CI Action for Rust * Add concurrency group and only tests on Ubuntu
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..2593ef5
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+BasedOnStyle: Google \ No newline at end of file