Adds a .editorconfig to aid Github display.

This commit is contained in:
Thomas Harte 2018-07-16 19:59:03 -04:00
parent 1d068fd09b
commit 258c8b5900
1 changed files with 6 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true