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