diff options
| author | JosJuice <josjuice@gmail.com> | 2020-01-08 15:52:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-08 15:52:26 +0100 |
| commit | c48427657481d87bc276d048c8689de443ba732f (patch) | |
| tree | bb91d8937afdcf1b5d7213347183afdd52136086 | |
| parent | 54fd83dc4b46b9c6be4e6d95e8892f2e62af2835 (diff) | |
| parent | fa1f853c2bd95257357878ab5911855b86d6928b (diff) | |
Merge pull request #6152 from bb010g/patch-1
Enforce UTF-8 now that VS handles it sanely
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 22e9891c4b..9e716acfc2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +charset = utf-8 indent_size = 2 trim_trailing_whitespace = true |
