Browse Source

dev: fix editorconfig parsing on some editors

Some editors following the newer editorconfig spec will not tolerate inline comments.
https://spec.editorconfig.org/#no-inline-comments

Fixes: 1d082e7128
pull/3787/head
Zephyr Lykos 3 weeks ago
parent
commit
8696b691e6
No known key found for this signature in database
GPG Key ID: D3E9D31E2F77F04D
  1. 3
      .editorconfig

3
.editorconfig

@ -2,7 +2,8 @@
root = true root = true
[*] [*]
charset = utf-8 # standardize on no BOM (except resx, see below) # standardize on no BOM (except resx, see below)
charset = utf-8
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
guidelines = 110 guidelines = 110

Loading…
Cancel
Save