From 644035d3b3a1ec2aee75f62af9deb6a53de02063 Mon Sep 17 00:00:00 2001 From: calcium Date: Mon, 19 Aug 2024 10:19:30 -0400 Subject: [PATCH] Added .clang-format and .gitignore --- .clang-format | 4 ++++ .gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 .clang-format create mode 100644 .gitignore diff --git a/.clang-format b/.clang-format new file mode 100755 index 0000000..5cdf484 --- /dev/null +++ b/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: Microsoft +IndentCaseLabels: true +UseTab: true +IndentWidth: 4 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1db0b46 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +samples/*.class +build +compile_commands.json +.cache \ No newline at end of file