mirror of
https://github.com/Mikaela/cv.git
synced 2025-02-18 06:20:41 +01:00
reimport .prettierrc.json from mikaela.github.io
This commit is contained in:
parent
5c5ca6eb92
commit
b6678c9991
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"insertPragma": false,
|
|
||||||
"proseWrap": "always",
|
|
||||||
"singleAttributePerLine": true,
|
|
||||||
"plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"],
|
|
||||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
|
||||||
}
|
|
11
.prettierrc.json
Normal file
11
.prettierrc.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"bracketSameLine": true,
|
||||||
|
"endOfLine": "auto",
|
||||||
|
"plugins": [
|
||||||
|
"@prettier/plugin-xml",
|
||||||
|
"prettier-plugin-sh"
|
||||||
|
],
|
||||||
|
"proseWrap": "always",
|
||||||
|
"quoteProps": "consistent",
|
||||||
|
"singleAttributePerLine": true
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user