logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6358a169fd5ac903730d36d00901dfb73be316a7
parent: 99b9a0e5dea08d15a316f2556c2d6503b29e5d78
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun,  7 May 2017 00:05:25 +0900

Remove final newline in generated locale files (#2840)


Diffstat:

M.editorconfig4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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