acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

.editorconfig (128B)

      1 [*.{c,h,ino}]
      2 indent_style = space
      3 indent_size = 4
      4 end_of_line = lf
      5 insert_final_newline = true
      6 trim_trailing_whitespace = true