update prettier settings
This commit is contained in:
parent
056ba16529
commit
a5073e4c19
2 changed files with 5 additions and 2 deletions
|
|
@ -1 +1,4 @@
|
||||||
src/common/*
|
src/**/*.md
|
||||||
|
src/_includes/components/**/custom-*.njk
|
||||||
|
src/common/*
|
||||||
|
src/_includes/scripts/*
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"printWidth": 90,
|
"printWidth": 110,
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"bracketSpacing": false,
|
"bracketSpacing": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue