Reindenting. (#17)

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:
Sergio Díaz 2018-05-04 11:47:28 -06:00 committed by GitHub
parent 64de56d51c
commit 59f85fac8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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