This repository has been archived on 2026-05-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Data-Analytics/Lab 5/.vscode/settings.json
T

9 lines
189 B
JSON
Raw Normal View History

2025-11-04 17:33:38 -05:00
{
"[r]": {
// generated automatically? What even....
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",<>/",
"editor.indentSize": "tabSize",
"editor.useTabStops": true,
}
}