From b501590a75d3a2d78ad6d121ec0897711827a78f Mon Sep 17 00:00:00 2001 From: Carl Bergquist Date: Mon, 5 Sep 2016 17:38:55 +0200 Subject: [PATCH] fix(.editorconfig): correct spelling of indent_style Unleash the fucking fury --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 831bb8696cc..3701d80b453 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*.go] -indent_style = tabs +indent_style = tab indent_size = 2 charset = utf-8 trim_trailing_whitespace = true