0
0
Fork 0
salix-front-mindshore-fork2/.prettierrc.js

7 lines
106 B
JavaScript
Raw Normal View History

2022-02-25 12:12:14 +00:00
module.exports = {
singleQuote: true,
printWidth: 120,
tabWidth: 4,
2022-02-28 14:35:13 +00:00
endOfLine: 'auto',
};