general: Added .editorconfig to make GitHub display pash source correctly

This commit is contained in:
Dylan Araps 2019-11-30 14:47:57 +00:00
parent f04a806e67
commit 50fb4d9b78
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 7 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
# Force GitHub to display tabs
# mixed with [4] spaces properly.
[pash]
indent_style = tab
indent_size = 4