From 65a935ed64e0772b83a41c784ecb33d54b930a04 Mon Sep 17 00:00:00 2001 From: Christoph Alt <christoph.alt@fau.de> Date: Thu, 26 Sep 2024 23:20:00 +0200 Subject: [PATCH] removed the inline comment form the editorconfig --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 974d5ed9c..4275af1ae 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ # See https://editorconfig.org/ -root = true # top-most .editorconfig-file +# top-most .editorconfig-file +root = true [*] tab_width = 3 @@ -12,4 +13,4 @@ insert_final_newline = false [*.py] tab_width = 4 indent_size = 4 -insert_final_newline = true +insert_final_newline = true \ No newline at end of file -- GitLab