From 259e5966184af0480cce76240ac6effbf61943a9 Mon Sep 17 00:00:00 2001 From: Andrew Harris Date: Thu, 16 Jul 2026 15:42:51 +0100 Subject: [PATCH] Enforce final newline for json files --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 524403d5..57d02d76 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,16 +3,13 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true trim_trailing_whitespace = true +insert_final_newline = true [*.{md,json,js,jsx,ts,tsx}] indent_style = space indent_size = 4 -[*.json] -insert_final_newline = false - [*.md] trim_trailing_whitespace = false