rDrama/.vscode/settings.json

6 lines
88 B
JSON
Raw Normal View History

2023-10-26 20:59:18 +00:00
{
2023-11-18 20:33:35 +00:00
"editor.insertSpaces": false,
2024-03-04 20:10:09 +00:00
"editor.autoIndent": "advanced",
2023-11-18 20:33:35 +00:00
"files.eol": "\n"
2023-10-26 20:59:18 +00:00
}