Last change
on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
299 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "editor.formatOnSave": true,
|
---|
| 3 | "editor.defaultFormatter": "esbenp.prettier-vscode",
|
---|
| 4 | "editor.tabSize": 2, // make sure this is the same as .prettierrc
|
---|
| 5 | "editor.insertSpaces": true,
|
---|
| 6 | "files.insertFinalNewline": true,
|
---|
| 7 | "files.trimFinalNewlines": true,
|
---|
| 8 | "files.trimTrailingWhitespace": true
|
---|
| 9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.