From 329cbfba381ad84b4b2f14f69f43697bd872e915 Mon Sep 17 00:00:00 2001 From: repo-updater Date: Thu, 4 Jan 2024 04:37:26 +0000 Subject: [PATCH] [repo-updater] push update editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 57228bb..0575367 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,14 +15,14 @@ trim_trailing_whitespace = true [*.json] indent_size = 2 -[*.js] +[*.{js,jsx,ts,tsx}] indent_size = 2 [*.{yml,yaml}] indent_size = 2 [*.py] -max_line_length = 120 +max_line_length = 140 [Makefile] indent_style = tab