From eba15553fb60a889cd6092d89166aef193e6530e Mon Sep 17 00:00:00 2001 From: fredizzimo Date: Wed, 1 Oct 2025 15:52:16 +0300 Subject: [PATCH] Add editorconfig (#3241) --- .editorconfig | 17 +++++++++++++++++ website/docs/configuration.md | 4 ---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2b5bc219 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +root = true + +[*] +insert_final_newline = true +indent_style = space + +[*.rs] +indent_size = 4 +max_line_length = 100 + +[*.lua] +indent_size = 4 +max_line_length = 120 + +[*.md] +indent_size = 2 +max_line_length = 100 diff --git a/website/docs/configuration.md b/website/docs/configuration.md index 8c45f711..d9627027 100644 --- a/website/docs/configuration.md +++ b/website/docs/configuration.md @@ -1234,7 +1234,3 @@ Only for the `railgun` vfx mode. Sets the velocity rotation speed of particles. The higher, the less particles actually move and look more "nervous", the lower, the more it looks like a collapsing sine wave. - -