.editorconfig: inline comments are forbidden

source: https://spec.editorconfig.org/#no-inline-comments

this makes neovim unhappy, at least.
merge-requests/832/head
Guillaume Girol 2024-02-26 12:00:00 +00:00
rodzic ee5f9a89e1
commit a6d63a72ec
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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