mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-16 03:07:26 +02:00
Compare commits
3 Commits
87ade6f0aa
...
25e8c8999c
Author | SHA1 | Date | |
---|---|---|---|
25e8c8999c | |||
a4dfac7aca | |||
c8149554c6 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,7 +14,7 @@
|
||||
!.nvmrc
|
||||
!.pre-commit-config.yaml
|
||||
!.prettierignore
|
||||
!.prettierrc
|
||||
!.prettierrc.json
|
||||
!.renovate-shared.json*
|
||||
!.reuse
|
||||
|
||||
|
23
.prettierrc
23
.prettierrc
@ -1,23 +0,0 @@
|
||||
{
|
||||
"insertPragma": true,
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true,
|
||||
"plugins": [
|
||||
"@prettier/plugin-ruby",
|
||||
"@prettier/plugin-xml",
|
||||
"prettier-plugin-nginx",
|
||||
"prettier-plugin-sh",
|
||||
"prettier-plugin-toml"
|
||||
],
|
||||
"overrides": [
|
||||
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
||||
{
|
||||
"files": "conf/librewolf.overrides.cfg",
|
||||
"options": { "parser": "babel" }
|
||||
},
|
||||
{
|
||||
"files": "conf/autoconfig.js.online",
|
||||
"options": { "parser": "babel" }
|
||||
}
|
||||
]
|
||||
}
|
36
.prettierrc.json
Normal file
36
.prettierrc.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"bracketSameLine": true,
|
||||
"endOfLine": "auto",
|
||||
"insertPragma": true,
|
||||
"overrides": [
|
||||
{
|
||||
"files": ".prettierrc",
|
||||
"options": {
|
||||
"parser": "json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "conf/librewolf.overrides.cfg",
|
||||
"options": {
|
||||
"parser": "babel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "conf/autoconfig.js.online",
|
||||
"options": {
|
||||
"parser": "babel"
|
||||
}
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
"@prettier/plugin-ruby",
|
||||
"@prettier/plugin-xml",
|
||||
"prettier-plugin-nginx",
|
||||
"prettier-plugin-sh",
|
||||
"prettier-plugin-toml"
|
||||
],
|
||||
"proseWrap": "always",
|
||||
"quoteProps": "consistent",
|
||||
"requirePragma": false,
|
||||
"singleAttributePerLine": true
|
||||
}
|
@ -7,6 +7,14 @@
|
||||
"enabled": true
|
||||
},
|
||||
"mode": "full",
|
||||
"packageRules": [
|
||||
{
|
||||
"automerge": false,
|
||||
"matchPackagePatterns": [
|
||||
"*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
|
@ -18,10 +18,8 @@
|
||||
<!-- Folding Slots -->
|
||||
<slot
|
||||
id='0'
|
||||
type='CPU'
|
||||
/>
|
||||
type='CPU' />
|
||||
<slot
|
||||
id='1'
|
||||
type='GPU'
|
||||
/>
|
||||
type='GPU' />
|
||||
</config>
|
||||
|
Loading…
x
Reference in New Issue
Block a user