Adds an .editorconfig.

At least in part to ensure GitHub shows tabs as intended.
This commit is contained in:
Thomas Harte 2019-07-27 21:51:32 -04:00
parent fbe7398d0f
commit 9fc214758f
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