summaryrefslogtreecommitdiff
path: root/graphs/js/.prettierrc.cjs
blob: fcc77f65e314417c198f0265d1fff43ad6143f93 (plain)
1
2
3
4
5
6
module.exports = {
    tabWidth: 4,
    useTabs: false, // Use spaces instead of defaults tabs
    semi: true, // Force semilicons
    printWidth: 80, // Max width
};