From 56fb68f2208ae6d05a5dbbb16bdf563be2d14faa Mon Sep 17 00:00:00 2001 From: dfh Date: Fri, 2 Aug 2024 20:03:36 +0000 Subject: [PATCH] Remove insert_final_newline As discussed in [1] and per the new formatting policy [2] [1] https://matrix.to/#/!YfU2d0xXyRXv6FB8e9:auxolotl.org/$ixiOU4nC5YwV13rteiSZ8NO2oBUDOylFPsiDf4BkZnc?via=auxolotl.org&via=matrix.org&via=krab.chat [2] https://git.auxolotl.org/auxolotl/wiki/commit/b3fe093ca58c05f1ae73e9316c135be51a96d844 --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 305da0f..2a1448c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,10 +9,8 @@ indent_style = tabs [*.nix] indent_size = 2 -insert_final_newline = false indent_style = space [*.md] indent_size = 2 trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file