From 147a3f5b2b00b5f1dd78bd8f0c5bf35d4c2d2786 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sat, 29 Jul 2017 22:21:50 +0200 Subject: [PATCH] Fix .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index fa2adc8..131e7a2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,5 +4,5 @@ root = true end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -indent_style = spaces +indent_style = space charset = utf-8