Address comments

This commit is contained in:
Andras Schmelczer 2025-11-02 17:51:45 +00:00
parent eb2b2ba56e
commit 87e0c4fbe8
3 changed files with 4 additions and 3 deletions

View file

@ -9,6 +9,7 @@ trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
[*.{yml,yaml}]
indent_size = 2

4
.gitignore vendored
View file

@ -4,8 +4,6 @@ node_modules
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Frontend build folders
frontend/*/dist
@ -19,3 +17,5 @@ sync-server/bindings/*.ts
*.log
*.sqlx
target