From 1e7c46285be455f3f87da4c47b02b8d6a2309c83 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 11 Aug 2023 20:06:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20editorconfig:=20*.json=20should?= =?UTF-8?q?=20have=20a=20final=20newline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ea42d71..6959d70 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ indent_size = 2 [*.json] indent_size = 2 -insert_final_newline = false +insert_final_newline = true # trailing spaces in markdown indicate word wrap [*.md]