From 2a08985d6bf9e586785a1db42727e472beb0becf Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 27 Jul 2023 11:29:23 +0900 Subject: [PATCH] add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..fc7583004b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# https://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{js,ts,jsx,tsx}] +indent_style = tab +indent_size = 4