From 53a9a787698e9741958543d50f7d592835c12324 Mon Sep 17 00:00:00 2001 From: moderndevslulw Date: Wed, 2 Apr 2025 22:28:37 +0500 Subject: initial commit --- .clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') 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 -- cgit v1.2.3