Skip to content
Snippets Groups Projects
Commit 578b0e6f authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: format on save

parent 68e79d6b
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -2,6 +2,15 @@ ...@@ -2,6 +2,15 @@
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": "explicit" "source.organizeImports": "explicit"
}, },
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"cSpell.language": "fr,en", "cSpell.language": "fr,en",
"cSpell.words": [ "cSpell.words": [
"Acces", "Acces",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment