Browse Source

Add file encoding to .editorconfig.

pull/2/head
Vladimír Vondruš 7 years ago
parent
commit
3d78371d57
  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