summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-03 15:25:42 +0500
committerilotterytea <iltsu@alright.party>2025-01-03 15:25:42 +0500
commit0a87b324c3bec9d7304e183072e1b5e42c4dc144 (patch)
tree33c04acd2effcb60d8250d9123f38692722a1085 /.clang-format
initial commit
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..10b7d6f
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
+---
+BasedOnStyle: Google
+FixNamespaceComments: 'false'
+NamespaceIndentation: All
+AccessModifierOffset: 0
+IndentAccessModifiers: true