Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 50fb4d9

Browse files
committed
general: Added .editorconfig to make GitHub display pash source correctly
1 parent f04a806 commit 50fb4d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
# Force GitHub to display tabs
4+
# mixed with [4] spaces properly.
5+
[pash]
6+
indent_style = tab
7+
indent_size = 4

0 commit comments

Comments
 (0)