aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.js
blob: 222cb7737193d5a97dc9768e8545ec0e3c66c82c (plain) (blame)
1
2
3
4
5
6
7
8
9
module.exports = {
    semi: true,
    trailingComma: "all",
    singleQuote: false,
    printWidth: 120,
    tabWidth: 4,
    useTabs: false,
    endOfLine: "auto"
}