From 6bb56693f824f1465da9c90213ca0ae29b95ba7e Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 20 Jan 2025 19:15:40 -0800 Subject: [PATCH] editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index a925523..3d8a0d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,8 @@ insert_final_newline = false [*.yml] indent_style = space +indent_size = 2 + +[*.typ] +indent_style = space indent_size = 2 \ No newline at end of file