1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-22 00:19:24 +01:00

reimport .prettierrc.json from mikaela.github.io

This commit is contained in:
Aminda Suomalainen 2024-07-07 10:13:43 +03:00
parent 5c5ca6eb92
commit b6678c9991
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 11 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,11 @@
{
"bracketSameLine": true,
"endOfLine": "auto",
"plugins": [
"@prettier/plugin-xml",
"prettier-plugin-sh"
],
"proseWrap": "always",
"quoteProps": "consistent",
"singleAttributePerLine": true
}