mirror of https://github.com/Seich/Beau.git
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:
parent
64de56d51c
commit
59f85fac8c
|
|
@ -1,6 +1,7 @@
|
||||||
printWidth: 80
|
printWidth: 80
|
||||||
|
tabWidth: 4
|
||||||
singleQuote: true
|
singleQuote: true
|
||||||
useTabs: true
|
useTabs: false
|
||||||
trailingComma: none
|
trailingComma: none
|
||||||
bracketSpacing: true
|
bracketSpacing: true
|
||||||
jsxBracketSameLine: true
|
jsxBracketSameLine: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue