From 3b105f472e459aff20c769cf6f932d4b5e0638f0 Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Sun, 12 Apr 2020 01:45:34 +0200 Subject: [PATCH] Fix editorconfig --- .editorconfig | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index bd0ddd7..a8e06d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,14 @@ ; This file is for unifying the coding style for different editors and IDEs. -; More information at http://editorconfig.org - -root = false +; More information at https://editorconfig.org +root = true [*] indent_style = space indent_size = 4 -charset = "utf-8" +charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.yml] -indent_style = space indent_size = 2