nopaque/.vscode/settings.json

20 lines
334 B
JSON
Raw Permalink Normal View History

{
"editor.rulers": [79],
"files.insertFinalNewline": true,
"[css]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[jinja-html]": {
"editor.tabSize": 2
},
"[scss]": {
"editor.tabSize": 2
2023-03-31 07:13:55 +00:00
}
}