Keep LingoHub ident style for JSON translations

pull/6326/head
Diego Sampaio 8 years ago
parent 8691cb4008
commit e7fc0fe788
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 4
      .editorconfig

@ -11,5 +11,9 @@ insert_final_newline = true
[*.{js,coffee,html,less,json}]
indent_style = tab
[*.i18n.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false

Loading…
Cancel
Save