From 5b2e101d20a1bcdb9f6ff307f95a190ec5bd3840 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Fri, 24 Feb 2023 13:04:11 -0800 Subject: [PATCH] chore: add editorconfig in frontend Matches indent style and size to prettier formatter --- frontend/.editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/.editorconfig diff --git a/frontend/.editorconfig b/frontend/.editorconfig new file mode 100644 index 00000000..b3dfee7a --- /dev/null +++ b/frontend/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2