1
0
mirror of synced 2025-11-06 04:21:11 +08:00
Files
eruda/prettier.config.js
2019-10-10 16:05:49 +08:00

7 lines
90 B
JavaScript

module.exports = {
singleQuote: true,
tabWidth: 2,
semi: false,
endOfLine: 'lf'
}