Fixes #766. Change default beautifier of Riotjs to Pretty Diff

This commit is contained in:
Glavin Wiechert 2016-03-21 10:38:54 -03:00
parent 433ba8e9b5
commit 0c3f02d3da
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = {
'tag'
]
defaultBeautifier: "JS Beautify"
defaultBeautifier: "Pretty Diff"
options: []