helpers/prettier.config.js

6 lines
81 B
JavaScript
Raw Permalink Normal View History

2024-04-27 22:37:54 +03:00
export default {
printWidth: 120,
tabWidth: 4,
singleQuote: true,
};