diff options
| author | 2026-04-26 22:19:39 -0500 | |
|---|---|---|
| committer | 2026-04-26 22:19:39 -0500 | |
| commit | cda9fb35b2da751cd0b3b22e47e94b5369432455 (patch) | |
| tree | e5e3749d5030ff501633991fcb916d5a4328bb99 /.editorconfig | |
initial commit
current concerns: potential timing issues when interacting with FTDI chip
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
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 |
