prettier: opinionated configuration serving as notes to self

This commit is contained in:
Aminda Suomalainen 2024-07-07 09:53:27 +03:00
parent a4dfac7aca
commit 25e8c8999c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
{
"bracketSameLine": true,
"endOfLine": "auto",
"insertPragma": true,
"overrides": [
{
@ -28,5 +30,7 @@
"prettier-plugin-toml"
],
"proseWrap": "always",
"quoteProps": "consistent",
"requirePragma": false,
"singleAttributePerLine": true
}

View File

@ -18,10 +18,8 @@
<!-- Folding Slots -->
<slot
id='0'
type='CPU'
/>
type='CPU' />
<slot
id='1'
type='GPU'
/>
type='GPU' />
</config>