about summary refs log tree commit diff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-05-07 00:05:25 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-06 17:05:25 +0200
commit6358a169fd5ac903730d36d00901dfb73be316a7 (patch)
treeafb7ae6d03de22e020e61157b66e18a3ab3f455f /.editorconfig
parent99b9a0e5dea08d15a316f2556c2d6503b29e5d78 (diff)
Remove final newline in generated locale files (#2840)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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