Files
eruda/prettier.config.js
2018-06-12 22:19:56 +08:00

4 lines
60 B
JavaScript

module.exports = {
singleQuote: true,
tabWidth: 4
};