NET-Web-API-w-Angular/my-app/node_modules/encoding/.prettierrc.js

9 lines
156 B
JavaScript
Raw Normal View History

2024-02-08 19:38:41 -05:00
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};