From cee4bda8000c3b734118eac9ad4ab151b3f4081d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 12 Mar 2024 00:01:57 +1000 Subject: [PATCH] chore(editorconfig): add `rdf` file type as `indent_size = 2` (#4341) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9286f2f43d19..5f215da7b537 100644 --- a/.editorconfig +++ b/.editorconfig @@ -55,3 +55,6 @@ indent_size = 2 [*.html] indent_size = 2 + +[*.rdf] +indent_size = 2