From 87c2c267e27a6e0895df7c892d660b871e581392 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Thu, 26 Sep 2024 15:02:24 -0400 Subject: [PATCH] build: use four spaces in localization JSON files this matches what i18n-conv does, and avoids thrash See https://github.com/i18next/i18next-gettext-converter/issues/231 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 019a4b8984..9d48d3b704 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,5 +17,8 @@ trim_trailing_whitespace = false [*.json] indent_size = 2 +[{en.json,es.json}] +indent_size = 4 + [COMMIT_EDITMSG] max_line_length = 0