wireguard-dashboard-admin/prettier.config.js

8 lines
120 B
JavaScript
Raw Normal View History

2022-01-08 17:20:46 +08:00
module.exports = {
printWidth: 120,
singleQuote: true,
semi: false,
endOfLine: 'lf',
2022-07-03 14:52:49 +08:00
bracketSameLine: true,
2022-01-08 17:20:46 +08:00
}