Explorar el Código

Remove final newline in generated locale files (#2840)

Yamagishi Kazutoshi hace 7 años
padre
commit
6358a169fd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .editorconfig

+ 4 - 0
.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