historical/xcloud-keyboard-mouse-inftrial.git/.prettierrc.js

8 lines
124 B
JavaScript
Raw Normal View History

2024-01-16 11:20:27 -06:00
module.exports = {
printWidth: 120,
parser: 'typescript',
singleQuote: true,
tabWidth: 2,
trailingComma: 'all'
};