From d6ba30b94a24607bce5db5e706eb20cc051a98f0 Mon Sep 17 00:00:00 2001 From: A404M Date: Wed, 18 Sep 2024 19:46:38 +0330 Subject: initial commit --- .clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100755 index 0000000..5af5a7a --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +# https://clang.llvm.org/docs/ClangFormatStyleOptions.html +# To disable for a line use `// clang-format off` +BasedOnStyle: Google # https://google.github.io/styleguide/cppguide.html +IndentPPDirectives: BeforeHash -- cgit v1.2.3