Commit Graph

3 Commits

Author SHA1 Message Date
John Smith b02fee7028 style: fix editorconfig indent violations (5 files)
- desktop/src-tauri/tailscale/src/lib.rs: 9-space and 14-space indents -> 8/12
- libraries/base/components/ModalTemplate.vue: 13-space -> 12
- libraries/droplet/flake.nix: remove trailing blank line
- server.code-workspace: convert tabs to 4-space indents (JSON requires spaces)
- torrential/docs/protocol.md: 1-space list -> 2-space
2026-07-24 13:56:06 -04:00
John Smith 81d8c90be0 style: fix trailing whitespace and missing final newlines
EditorConfig CI was reporting 22 files with trailing-ws and no-final-newline
violations. Fixed via sed batch:
- Strip trailing whitespace from end of each line
- Append final newline if file doesn't end with one

Down from 28 errors to 6. Remaining 6 are indent/style issues (B2).
2026-07-24 13:53:37 -04:00
DecDuck 2dd90fbc44 New v0.4.0 website 2026-04-03 01:25:10 +00:00