mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-21 16:25:10 +00:00
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:
committed by
GitHub
parent
eb97476dac
commit
e134cb1ecb
5
contrib/.vscode/launch.json
vendored
5
contrib/.vscode/launch.json
vendored
@@ -8,10 +8,7 @@
|
||||
"program": "${workspaceRoot}/src/tagstudio/main.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"-o",
|
||||
"~/Documents/Example"
|
||||
]
|
||||
"args": ["-o", "~/Documents/Example"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user