From 1a9ae43feb7394b4f12189d8c841a360485d6f3e Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 2 Feb 2024 10:38:03 +0300 Subject: [PATCH] editorconfig json --- home/user/.editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/user/.editorconfig b/home/user/.editorconfig index 1a492fc..413eb56 100644 --- a/home/user/.editorconfig +++ b/home/user/.editorconfig @@ -19,4 +19,7 @@ insert_final_newline = true [Makefile] indent_style = tab indent_size = tab -tab_width = 4 \ No newline at end of file +tab_width = 4 + +[*.json] +insert_final_newline = true \ No newline at end of file