From a6d63a72ecad89037f2e1a2799a8fc733dd09f38 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Mon, 26 Feb 2024 12:00:00 +0000 Subject: [PATCH] .editorconfig: inline comments are forbidden source: https://spec.editorconfig.org/#no-inline-comments this makes neovim unhappy, at least. --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 107f9eca1..8bd845a5d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,8 @@ # Your editor may need a plugin for this configuration to take effect. # See http://editorconfig.org/#download for details. -root = true ; look no further +; look no further +root = true [*] charset = utf-8