Autoupdate works. Closes #44.

This commit is contained in:
Anthony Sottile
2014-03-23 22:50:01 -07:00
parent 49da1ba72a
commit 26d563ee20
5 changed files with 104 additions and 7 deletions

View File

@@ -10,3 +10,9 @@ SUPPORTED_LANGUAGES = set([
'ruby',
'node',
])
YAML_DUMP_KWARGS = {
'default_flow_style': False,
'indent': 4,
}