mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
update & rename .prettierrc.json
This commit is contained in:
parent
51a513d754
commit
5e0127a16f
@ -10,7 +10,7 @@ indent_size = tab
|
|||||||
max_line_length = 78
|
max_line_length = 78
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
||||||
[*.{cff,yaml,yml}]
|
[*.{cff,yaml,yml,json}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"insertPragma": true,
|
|
||||||
"proseWrap": "always",
|
|
||||||
"singleAttributePerLine": true,
|
|
||||||
"plugins": ["@prettier/plugin-ruby", "prettier-plugin-sh"],
|
|
||||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
||||||
}
|
|
13
.prettierrc.json
Normal file
13
.prettierrc.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"bracketSameLine": true,
|
||||||
|
"endOfLine": "auto",
|
||||||
|
"insertPragma": true,
|
||||||
|
"plugins": [
|
||||||
|
"@prettier/plugin-ruby",
|
||||||
|
"prettier-plugin-sh"
|
||||||
|
],
|
||||||
|
"proseWrap": "always",
|
||||||
|
"quoteProps": "consistent",
|
||||||
|
"requirePragma": false,
|
||||||
|
"singleAttributePerLine": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user