mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
style: add prettierrc
This commit is contained in:
parent
f95becd65f
commit
7fa13b0642
1 changed files with 9 additions and 0 deletions
9
.prettierrc
Normal file
9
.prettierrc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"tabWidth": 4,
|
||||
"useTabs": true,
|
||||
"endOfLine": "lf",
|
||||
"charset": "utf-8",
|
||||
"insertFinalNewline": false,
|
||||
"semi": true,
|
||||
"quotes": "double"
|
||||
}
|
||||
Loading…
Reference in a new issue