From 2582162cea2b3a59cd21c78f8b73cb03d0acad40 Mon Sep 17 00:00:00 2001 From: Pauline Date: Sat, 14 Oct 2023 22:27:27 -0400 Subject: refactor(trunk): refactor the entire project idk --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 73f4fd2..2de35d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -37,6 +37,8 @@ trim_trailing_whitespace = true # https://prettier.io [*.{cjs,js,json,jsx,mjs,ts,tsx}] indent_size = 4 +tab_width = 4 +indent_style = tab # Kotlin # https://android.github.io/kotlin-guides/style.html#indentation -- cgit