1
0
mirror of https://github.com/lxndrblz/anatole.git synced 2022-06-11 21:08:13 +03:00

chore: configure prettier

This commit is contained in:
alexanderdavide
2021-06-24 22:33:36 +02:00
parent 1d575240a8
commit be4954d5c0

17
.prettierrc Normal file
View File

@@ -0,0 +1,17 @@
{
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}