Browse Source

Merge pull request #3787 from mcha-forks/master

dev: fix editorconfig parsing on some editors
pull/3794/head
Christoph Wille 3 weeks ago committed by GitHub
parent
commit
7e01e242f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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