Concept-Garant/.vscode/settings.json

5 lines
154 B
JSON
Raw Permalink Normal View History

2025-05-22 13:02:10 +03:00
{
2025-05-22 19:50:19 +03:00
"cSpell.words": ["papaparse", "unparse"],
"isort.args": ["--line-length", "100", "--multi-line", "3", "--project", "apps", "--project", "shared"]
2025-05-22 13:02:10 +03:00
}