From 50fb4d9b78745007d3265dcbc7074554ce37ed04 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 30 Nov 2019 14:47:57 +0000 Subject: [PATCH] general: Added .editorconfig to make GitHub display pash source correctly --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0458c15 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +# Force GitHub to display tabs +# mixed with [4] spaces properly. +[pash] +indent_style = tab +indent_size = 4