From 0d0db85cb7f4b1af00facb0c069115e0080817d6 Mon Sep 17 00:00:00 2001 From: Mark Wubben Date: Sun, 16 Apr 2017 15:33:19 +0100 Subject: [PATCH] Set indent style to spaces (#29) Follows https://github.com/tapjs/stack-utils/commit/c735f3cb3ffd44018c7838bf14349fe0b4145140. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8f9d77e..e772329 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -indent_style = tab +indent_style = space end_of_line = lf charset = utf-8 trim_trailing_whitespace = true