summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-09-26 16:58:09 +0700
committerfadhil riyanto <me@fadev.org>2024-09-26 16:58:09 +0700
commit5c6a8e3637e401c79cf13389132f017e61d71736 (patch)
treeb1d1d12dfc117ebb9e121381496b2989f5b910f3
parent5e1b67d4990512c3b3a14b4be94ee050afc45e29 (diff)
change ident width and add another ignore file
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r--.clang-format1
-rw-r--r--.gitignore4
2 files changed, 4 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..4a41570
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+IndentWidth: 8 \ No newline at end of file
diff --git a/.gitignore b/.gitignore
index d163863..693bc34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-build/ \ No newline at end of file
+build/
+.cache
+test/p \ No newline at end of file