From 0855e1969ab7baabbc18925858342bec0923c8ea Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 11 Jan 2023 17:08:21 +0530 Subject: [PATCH] chore: editorconfig handle doctype.json files [skip ci] --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index a3b1ef0924..b901702d08 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,9 @@ charset = utf-8 indent_style = tab indent_size = 4 max_line_length = 99 + +# JSON files - mostly doctype schema files +[{*.json}] +insert_final_newline = false +indent_style = space +indent_size = 2