Skip to content

Commit 0c4135a

Browse files
committed
Add editorconfig
1 parent 0df980b commit 0c4135a

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
root = true
2+
3+
[*]
4+
insert_final_newline = true
5+
indent_style = space
6+
7+
[*.rs]
8+
indent_size = 4
9+
max_line_length = 100
10+
11+
[*.lua]
12+
indent_size = 4
13+
max_line_length = 120
14+
15+
[*.md]
16+
indent_size = 2
17+
max_line_length = 100

website/docs/configuration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,3 @@ Only for the `railgun` vfx mode.
12341234

12351235
Sets the velocity rotation speed of particles. The higher, the less particles actually move and look
12361236
more "nervous", the lower, the more it looks like a collapsing sine wave.
1237-
1238-
<!--
1239-
vim: textwidth=100
1240-
-->

0 commit comments

Comments
 (0)