diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-05-07 00:05:25 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-06 17:05:25 +0200 |
commit | 6358a169fd5ac903730d36d00901dfb73be316a7 (patch) | |
tree | afb7ae6d03de22e020e61157b66e18a3ab3f455f | |
parent | 99b9a0e5dea08d15a316f2556c2d6503b29e5d78 (diff) |
Remove final newline in generated locale files (#2840)
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 5f8702cf8..b6be4c217 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2 + +# ignore generated locale files +[app/javascript/mastodon/locales/*.json] +insert_final_newline = false |