blakeblackshear.frigate/web/prettier.config.js

6 lines
80 B
JavaScript
Raw Normal View History

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