summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2026-04-26 22:19:39 -0500
committerLibravatar bigfoot547 <[email protected]>2026-04-26 22:19:39 -0500
commitcda9fb35b2da751cd0b3b22e47e94b5369432455 (patch)
treee5e3749d5030ff501633991fcb916d5a4328bb99 /.editorconfig
initial commit
current concerns: potential timing issues when interacting with FTDI chip
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3a04047
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+end_of_line = crlf
+insert_final_newline = true
+
+[*.pld]
+indent_style = tab