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