mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-12 19:39: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,
|
"insertPragma": true,
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
@ -28,5 +30,7 @@
|
|||||||
"prettier-plugin-toml"
|
"prettier-plugin-toml"
|
||||||
],
|
],
|
||||||
"proseWrap": "always",
|
"proseWrap": "always",
|
||||||
|
"quoteProps": "consistent",
|
||||||
|
"requirePragma": false,
|
||||||
"singleAttributePerLine": true
|
"singleAttributePerLine": true
|
||||||
}
|
}
|
||||||
|
@ -18,10 +18,8 @@
|
|||||||
<!-- Folding Slots -->
|
<!-- Folding Slots -->
|
||||||
<slot
|
<slot
|
||||||
id='0'
|
id='0'
|
||||||
type='CPU'
|
type='CPU' />
|
||||||
/>
|
|
||||||
<slot
|
<slot
|
||||||
id='1'
|
id='1'
|
||||||
type='GPU'
|
type='GPU' />
|
||||||
/>
|
|
||||||
</config>
|
</config>
|
||||||
|
Loading…
Reference in New Issue
Block a user