summaryrefslogtreecommitdiffstats
path: root/html/prettier.config.js
blob: 0545cab0288ffc5612257d05807f5a8a75e6fcf8 (plain)
1
2
3
4
5
6
module.exports = {
    trailingComma: "es5",
    tabWidth: 4,
    printWidth: 120,
    singleQuote: true,
};