Add editorconfig (#3241)

This commit is contained in:
fredizzimo 2025-10-01 15:52:16 +03:00 committed by GitHub
parent d7a7f27253
commit eba15553fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 4 deletions

17
.editorconfig Normal file
View file

@ -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

View file

@ -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.
<!--
vim: textwidth=100
-->