From 0ce72567ba7348a8e87c7c75b380530cc1b8d871 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Wed, 27 Aug 2014 20:44:00 +0200 Subject: [PATCH] Add special handling for *.yml files to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 7b9cc63b..8f598739 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false + +[*.yml] +indent_size = 2 +indent_style = tab -- GitLab