Concept-Garant/.vscode/settings.json
2025-05-22 19:50:19 +03:00

5 lines
154 B
JSON

{
"cSpell.words": ["papaparse", "unparse"],
"isort.args": ["--line-length", "100", "--multi-line", "3", "--project", "apps", "--project", "shared"]
}