Reindenting.

I normally prefer tabs for everything, it's nice to have the ability to
set to whatever your preferred width is. Since this project uses a lot
of yaml stuff I've had to indent those tests with spaces, for
consistency's sake I've decided to use spaces everywhere.
This commit is contained in:
David Diaz 2018-05-04 11:39:45 -06:00
parent 64de56d51c
commit d110f15c6e
17 changed files with 706 additions and 705 deletions

View File

@ -1,6 +1,7 @@
printWidth: 80
tabWidth: 4
singleQuote: true
useTabs: true
useTabs: false
trailingComma: none
bracketSpacing: true
jsxBracketSameLine: true