templates/config/i18n-tasks.yml in i18n-tasks-0.6.3 vs templates/config/i18n-tasks.yml in i18n-tasks-0.7.0
- old
+ new
@@ -25,11 +25,11 @@
# `i18n-tasks normalize -p` will force move the keys according to these rules
# YAML / JSON serializer options, passed to load / dump / parse / serialize
yaml:
write:
- ## do not wrap lines at 80 characters (override default)
- # line_width: -1
+ # do not wrap lines at 80 characters
+ line_width: -1
json:
write:
# pretty print JSON
indent: ' '
space: ' '