papermario/.vscode/settings.json

7 lines
137 B
JSON
Raw Normal View History

{
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
}