From 69419dfdb7587ae5b0fd69f87205f321cf94fdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 6 Apr 2022 10:51:36 +0800 Subject: Add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8d70593 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[**.js] +charset = utf-8 +indent_size = 4 +indent_style = space +trim_trailing_whitespace = true +insert_final_newline = true -- cgit v1.2.3