diff options
author | Victor Mignot <victor@vmignot.fr> | 2025-07-22 15:14:14 +0200 |
---|---|---|
committer | Victor Mignot <victor@vmignot.fr> | 2025-07-23 15:08:17 +0200 |
commit | f6a2143e22f577abafea5190b242471da6e34896 (patch) | |
tree | f2465b65f11a8b9d83c467d4658ffd7257e8b0e9 /.editorconfig | |
download | nanji-f6a2143e22f577abafea5190b242471da6e34896.tar.gz |
cortex-m4f: bootstrap code
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..870050d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +trim_trailing_whitespace = true + |