From a5dbb2796107c70c6f1415e2006a5f3c8f3397bd Mon Sep 17 00:00:00 2001 From: William Oldham Date: Wed, 8 Jan 2025 13:04:00 +0000 Subject: [PATCH] chore: add JSON and YML exceptions to editorconfig --- .editorconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a43c1e5..1ba853d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,10 @@ indent_style = tab end_of_line = lf insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file + +[*.json] +indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2