blakeblackshear.frigate/web/prettier.config.js

5 lines
62 B
JavaScript
Raw Normal View History

module.exports = {
printWidth: 120,
singleQuote: true,
};