mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 13:51:35 +00:00
Add editorconfig
This commit is contained in:
parent
309aeb5714
commit
15badfbbcc
4 changed files with 15 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -3,6 +3,11 @@
|
|||
"editor.detectIndentation": true,
|
||||
"editor.tabSize": 2,
|
||||
|
||||
"files.encoding": "utf8",
|
||||
"files.insertFinalNewline": false,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
|
||||
"[javascript][json][jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue