mirror of
https://github.com/neovide/neovide.git
synced 2026-09-10 07:16:25 -04:00
Add editorconfig (#3241)
This commit is contained in:
parent
d7a7f27253
commit
eba15553fb
17
.editorconfig
Normal file
17
.editorconfig
Normal 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
|
||||
|
|
@ -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
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in a new issue