From edd7f45c150fe595b7ee8736d3c93c6e7dfa9c76 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 4 Sep 2024 10:01:07 +0300 Subject: [PATCH] fix .editorconfig/.gitmodules --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index af991b5..bafe8ae 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,6 @@ indent_style = space [*.json] indent_style = tab + +[.gitmodules] +indent_style = tab