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

8 lines
121 B
JavaScript

module.exports = {
singleQuote: true,
printWidth: 90,
tabWidth: 4,
semi: true,
endOfLine: 'auto',
};