From 949aeefd17eea3f597bf549af43d007381cc077d Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 6 Jul 2021 14:01:46 -0700 Subject: Replace travis and appveyor with github actions --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index e92f3ff..d72c6d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ insert_final_newline = true trim_trailing_whitespace = true end_of_line = lf charset = utf-8 + +[*.yml] +indent_size = 2 -- cgit v1.2.1