]> cat aescling's git repositories - mastodon.git/commitdiff
Remove final newline in generated locale files (#2840)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sat, 6 May 2017 15:05:25 +0000 (00:05 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 6 May 2017 15:05:25 +0000 (17:05 +0200)
.editorconfig

index 5f8702cf892191ec0c86ad5c16c6332daedb841d..b6be4c2172da5349f3666b93f199d22314fe0c03 100644 (file)
@@ -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