From 400ce20193cf0ccf360f17fa10c3f76807a3d563 Mon Sep 17 00:00:00 2001 From: Grol Grol Date: Sun, 27 Apr 2025 04:18:56 +0300 Subject: [PATCH] fix tab --- .editorconfig | 4 ++-- .eslintrc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 84b8a66..a921f07 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,5 @@ charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = tab -indent_size = 4 -tab_width = 4 +indent_size = 2 +tab_width = 2 diff --git a/.eslintrc b/.eslintrc index 0807290..bb6bf71 100644 --- a/.eslintrc +++ b/.eslintrc @@ -18,6 +18,7 @@ "@typescript-eslint/no-unused-vars": ["error", { "args": "none" }], "@typescript-eslint/ban-ts-comment": "off", "no-prototype-builtins": "off", - "@typescript-eslint/no-empty-function": "off" + "@typescript-eslint/no-empty-function": "off", + "indent": ["error", 2] } } \ No newline at end of file