commit cbd7498764b6f77633a3bb53594eaaeba653d706 Author: jazz (gitea) Date: Fri Nov 28 17:37:55 2025 -0600 init 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