update prettier settings

This commit is contained in:
madrilene 2024-06-03 11:02:01 +02:00
parent 056ba16529
commit a5073e4c19
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1,4 @@
src/**/*.md
src/_includes/components/**/custom-*.njk
src/common/*
src/_includes/scripts/*

View file

@ -1,5 +1,5 @@
{
"printWidth": 90,
"printWidth": 110,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": false,