Files
com.xaymar.www/workspace.code-workspace
T

12 lines
133 B
Plaintext
Raw Normal View History

2021-12-24 11:00:43 +01:00
{
"folders": [
{
"path": "."
}
],
"settings": {
2021-12-25 11:01:32 +01:00
"files.trimTrailingWhitespace": true,
"editor.autoIndent": "keep"
2021-12-24 11:00:43 +01:00
}
}