From 15f1b15dbfa209778c8f21a0240d13852eabb4d0 Mon Sep 17 00:00:00 2001 From: Sytone Date: Wed, 2 Jun 2021 10:36:45 -0700 Subject: [PATCH] Update to match swagger formatting Update to match yaml files --- .editorconfig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 66ac3eeb99..8e994f3ca1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,15 @@ indent_style = tab end_of_line = lf charset = utf-8 trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file +insert_final_newline = false + +[*.go] +indent_style = tab + +[*.{yaml,yml}] +indent_style = space +indent_size = 2 + +[*.json] +indent_style = space +indent_size = 4 \ No newline at end of file