refactor(docs): uniform formatting pass (#1363)

* refactor(docs): uniform formatting pass

* refactor: ignore formatting of specific files

* fix: add REUSE info to .prettierignore
This commit is contained in:
Travis Abendshien
2026-05-12 09:24:04 -04:00
committed by GitHub
parent eb97476dac
commit e134cb1ecb
34 changed files with 1088 additions and 1077 deletions

View File

@@ -8,10 +8,7 @@
"program": "${workspaceRoot}/src/tagstudio/main.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"-o",
"~/Documents/Example"
]
"args": ["-o", "~/Documents/Example"]
}
]
}