1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Remove final newline in generated locale files (#2840)

This commit is contained in:
Yamagishi Kazutoshi 2017-05-07 00:05:25 +09:00 committed by Eugen Rochko
parent 99b9a0e5de
commit 6358a169fd

View 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