From 773e239db7ceb2c55aa15f9787add4430edcdfcf Mon Sep 17 00:00:00 2001 From: jcm Date: Mon, 7 Aug 2023 11:54:05 -0600 Subject: Implement color space passthrough option (#5531) Co-authored-by: jcm --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index e5a5e617..9d695c7f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,13 @@ tab_width = 4 end_of_line = lf insert_final_newline = true +# JSON files +[*.json] + +# Indentation and spacing +indent_size = 2 +tab_width = 2 + # C# files [*.cs] -- cgit v1.2.3