aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorVictor Mignot <victor@vmignot.fr>2025-07-22 15:14:14 +0200
committerVictor Mignot <victor@vmignot.fr>2025-07-23 15:08:17 +0200
commitf6a2143e22f577abafea5190b242471da6e34896 (patch)
treef2465b65f11a8b9d83c467d4658ffd7257e8b0e9 /.editorconfig
downloadnanji-f6a2143e22f577abafea5190b242471da6e34896.tar.gz
cortex-m4f: bootstrap code
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
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
+