This commit is contained in:
2025-11-28 17:37:55 -06:00
commit cbd7498764
2 changed files with 9 additions and 0 deletions

4
.editorconfig Normal file
View File

@@ -0,0 +1,4 @@
root = true
[*.{h,c,cpp}]
indent_style = space
indent_size = 2

5
readme Normal file
View File

@@ -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