From 5848de0ec7f98b8ae0b86cf128338c68a5d0f695 Mon Sep 17 00:00:00 2001 From: Avior Date: Wed, 17 Apr 2019 01:26:52 +0200 Subject: [PATCH] Updated EditorConfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.editorconfig b/.editorconfig index 837857a..f1d90c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,12 @@ insert_final_newline = true [*.php] indent_style = space + +[*.md] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = false + +[*.yml] +indent_size = 2 +indent_style = space