From 98499d681805906658df01dad9a8ee2c1a9f29e4 Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI Date: Mon, 17 Jun 2024 01:05:02 +0900 Subject: [PATCH] .editorconfig: Remove excess apostrophe at *.cocci Remove the excess apostrophe (') introduced by commit c4b471bd1314933fd726ef987d96c92c68033f99. Some editors complain about it. Signed-off-by: Yasushi SHOJI --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index de2d6de96..1618303cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -65,5 +65,5 @@ tab_width = 4 [{*.bat,*.rc}] end_of_line = crlf -[*.cocci]' +[*.cocci] insert_final_newline = true