aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc.js
blob: 621af3a77c1e25274a26bbb43f476c8447005613 (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",
};