summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2025-03-11 08:01:06 +0100
committerGitHub <noreply@github.com>2025-03-11 08:01:06 +0100
commit8df5ce80d26824ce72af41edc03275d435de9432 (patch)
treeab7ee353b9c3d48ae447be31b8d2c19215856d0b /.editorconfig
parentab148c02cedbac492f29930dcd5346e1af052635 (diff)
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index e43144c4c8..f5a029187c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -18,11 +18,6 @@ max_line_length = 88
[*.html]
indent_size = 2
-# The JSON files contain newlines inconsistently
-[*.json]
-indent_size = 2
-insert_final_newline = ignore
-
[**/admin/js/vendor/**]
indent_style = ignore
indent_size = ignore