From 3afc9d78ab809784d8ccf6d17e94c1509330e217 Mon Sep 17 00:00:00 2001 From: lishid Date: Tue, 19 Oct 2021 13:34:19 -0400 Subject: Update sample plugin to use ESBuild. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8952366 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# top-most EditorConfig file +root = true + +[*] +charset = utf-8 +insert_final_newline = true +indent_style = tab +indent_size = 4 +tab_width = 4 -- cgit v1.2.3