diff options
Diffstat (limited to 'graphs/js/.prettierrc.cjs')
| -rw-r--r-- | graphs/js/.prettierrc.cjs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphs/js/.prettierrc.cjs b/graphs/js/.prettierrc.cjs new file mode 100644 index 0000000..fcc77f6 --- /dev/null +++ b/graphs/js/.prettierrc.cjs @@ -0,0 +1,6 @@ +module.exports = { + tabWidth: 4, + useTabs: false, // Use spaces instead of defaults tabs + semi: true, // Force semilicons + printWidth: 80, // Max width +}; |
