summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authormoderndevslulw <moderndevslulw@alright.party>2025-04-02 22:28:37 +0500
committermoderndevslulw <moderndevslulw@alright.party>2025-04-02 22:28:37 +0500
commit53a9a787698e9741958543d50f7d592835c12324 (patch)
tree5dd2a28772ff9b2eebfc84aa5a21da442854637c /.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..f4a4dbe
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
+---
+BasedOnStyle: Google
+FixNamespaceComments: 'false'
+NamespaceIndentation: All
+AccessModifierOffset: 0
+IndentAccessModifiers: true \ No newline at end of file