mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-23 06:36:19 +00:00
chore(vscode): formatOnSave
This commit is contained in:
parent
3ec056645d
commit
8e04089843
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
"spellright.language": ["es_AR"],
|
"spellright.language": ["es_AR"],
|
||||||
"spellright.documentTypes": ["markdown", "latex", "plaintext"]
|
"spellright.documentTypes": ["markdown", "latex", "plaintext"],
|
||||||
|
"editor.formatOnSave": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue