Files
webgui/.vscode/settings.json
2023-09-08 11:55:53 -07:00

9 lines
151 B
JSON

{
"files.associations": {
"*.page": "php"
},
"prettier.tabWidth": 4,
"editor.tabSize": 4,
"editor.indentSize": "tabSize"
}