mirror of https://github.com/ekimekim/wubloader
Add prettier configuration
parent
42bc9f932d
commit
42d2db5f50
@ -0,0 +1 @@
|
||||
videojs/
|
@ -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…
Reference in New Issue