From cbd7498764b6f77633a3bb53594eaaeba653d706 Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Fri, 28 Nov 2025 17:37:55 -0600 Subject: [PATCH] init --- .editorconfig | 4 ++++ readme | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .editorconfig create mode 100644 readme diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0313ed8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true +[*.{h,c,cpp}] +indent_style = space +indent_size = 2 diff --git a/readme b/readme new file mode 100644 index 0000000..d857b70 --- /dev/null +++ b/readme @@ -0,0 +1,5 @@ +if you are not using the ide: +copy .editorconfig from this repo into your STM32 project folder's root +this makes life easier + +otherwise, ignore this