2020-08-18 00:54:38 +03:00
|
|
|
// https://prettier.io/docs/en/configuration.html
|
2019-08-02 19:28:49 +03:00
|
|
|
module.exports = {
|
|
|
|
printWidth: 140,
|
|
|
|
tabWidth: 2,
|
2020-08-18 00:54:38 +03:00
|
|
|
singleQuote: true,
|
|
|
|
trailingComma: 'all',
|
2019-08-02 19:28:49 +03:00
|
|
|
};
|