From 172d260d677a05c59e9e8f3f6bfe9216063eef72 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Thu, 9 Jun 2022 01:51:45 -0700 Subject: Move to configurate for paper.yml (#7609) --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index aa4d12f5a8..a8939e783f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,9 @@ indent_style=tab [*.bat] end_of_line=crlf + +[*.yml] +indent_size=2 + +[*.patch] +trim_trailing_whitespace=false -- cgit v1.2.3