Forgejo workflows (new), GitHub workflow tweaks, .gitignore/.vscode, root package-lock, rustfmt.toml, scripts/* updates, docs/ updates including data-flow / authentication / server-setup, CLAUDE.md and README updates.
11 lines
340 B
TOML
11 lines
340 B
TOML
# Rustfmt configuration
|
|
# This should match the .editorconfig settings
|
|
|
|
# Use spaces for indentation (matches .editorconfig indent_style = space)
|
|
hard_tabs = false
|
|
|
|
# Use 4 spaces for indentation (matches .editorconfig indent_size = 4)
|
|
tab_spaces = 4
|
|
|
|
# Use Unix line endings (matches .editorconfig end_of_line = lf)
|
|
newline_style = "Unix"
|