Add prettier configuration

pull/230/head
ElementalAlchemist 4 years ago
parent ee8d23a6bc
commit 50600b1456

@ -0,0 +1,7 @@
# Config for auto-formatting of our JS files using prettier
# https://prettier.io/docs/en/configuration.html
# This is NOT a length limit but a hint to the auto-formatter for how long lines should try to be.
printWidth: 100
# Use tabs for indentation, spaces for alignment
useTabs: true
Loading…
Cancel
Save