Applied consistent code formatting across the project using Prettier, now configured to use 4-space indentation instead of tabs.
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"cSpell.words": ["filelist"],
|
|
"git.autofetch": true,
|
|
"editor.defaultFormatter": "svelte.svelte-vscode"
|
|
}
|
|
}
|