Browse Source

.editorconfig: Remove excess apostrophe at *.cocci

Remove the excess apostrophe (') introduced by commit
c4b471bd1314933fd726ef987d96c92c68033f99.

Some editors complain about it.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
Yasushi SHOJI 10 months ago
parent
commit
98499d6818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -65,5 +65,5 @@ tab_width = 4
 [{*.bat,*.rc}]
 end_of_line = crlf
 
-[*.cocci]'
+[*.cocci]
 insert_final_newline = true