mirror of
1
Fork 0

i18n: ensure consistent indent style for next locales (#7205)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7205
Reviewed-by: floss4good <floss4good@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
0ko 2025-03-12 06:05:08 +00:00
parent 3816db68aa
commit 534d3ca93e
2 changed files with 23 additions and 18 deletions

View File

@ -26,3 +26,8 @@ insert_final_newline = false
[options/locale/locale_*.ini] [options/locale/locale_*.ini]
insert_final_newline = false insert_final_newline = false
# Weblate JSON output defaults to four spaces
[options/locale_next/locale_*.json]
indent_style = space
indent_size = 4