Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
299 bytes
|
Line | |
---|
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.