taxonomy/.prettierrc.json
2022-11-22 12:55:03 +04:00

7 lines
108 B
JSON

{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}