Browse Source

Add file encoding to .editorconfig.

pull/362/head
Vladimír Vondruš 7 years ago
parent
commit
51587a63a0
  1. 1
      .editorconfig

1
.editorconfig

@ -1,4 +1,5 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

Loading…
Cancel
Save