mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-09 18:19:23 +01:00
prettier: opinionated configuration serving as notes to self
This commit is contained in:
parent
a4dfac7aca
commit
25e8c8999c
@ -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
|
||||
}
|
||||
|
@ -18,10 +18,8 @@
|
||||
<!-- Folding Slots -->
|
||||
<slot
|
||||
id='0'
|
||||
type='CPU'
|
||||
/>
|
||||
type='CPU' />
|
||||
<slot
|
||||
id='1'
|
||||
type='GPU'
|
||||
/>
|
||||
type='GPU' />
|
||||
</config>
|
||||
|
Loading…
Reference in New Issue
Block a user