aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-04-06 10:51:36 +0800
committerJesús <heckyel@hyperbola.info>2022-04-06 10:51:36 +0800
commit69419dfdb7587ae5b0fd69f87205f321cf94fdf4 (patch)
tree8b55ff56f2dbd719052afc6cd24f843f74aff9c3
parent1973a61a16e9401a4f289dd8bfe4d2009d72eaf3 (diff)
downloadematrix-69419dfdb7587ae5b0fd69f87205f321cf94fdf4.tar.lz
ematrix-69419dfdb7587ae5b0fd69f87205f321cf94fdf4.tar.xz
ematrix-69419dfdb7587ae5b0fd69f87205f321cf94fdf4.zip
Add .editorconfig
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
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