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

8 lines
122 B
JavaScript
Raw Normal View History

2022-03-24 13:57:11 +00:00
module.exports = {
singleQuote: true,
printWidth: 120,
tabWidth: 4,
semi: true,
endOfLine: 'auto',
};