From 6393f7716589796a0e0d22c68d4b4fb54eb81c7b Mon Sep 17 00:00:00 2001 From: jLynx Date: Fri, 19 May 2023 07:37:09 +1200 Subject: [PATCH] Created Code formatting (markdown) --- Code-formatting.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Code-formatting.md diff --git a/Code-formatting.md b/Code-formatting.md new file mode 100644 index 0000000..cd9bbc3 --- /dev/null +++ b/Code-formatting.md @@ -0,0 +1,4 @@ +For this we are using clang format version 13. All the config for this is in the .clang-format file. Your IDE should automatically pick up on this when you format your code. + +**VS Code** +Make sure you have C/C++ extension by Microsoft installed and it should automatically pick up your .clang-format file. If not, you can go to the extension settings and specify the location under the `Clang_format_style `setting \ No newline at end of file