-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.editorconfig
More file actions
30 lines (24 loc) · 639 Bytes
/
.editorconfig
File metadata and controls
30 lines (24 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
root=true
## Defaults
## -----------------------------------------------------------------------------
[*]
## Tabulation
indent_style = tab
indent_size = 4
## Lines
end_of_line = lf
insert_final_newline = true
max_line_length = off
## Other
charset = utf-8
## Files that require 2-space indents
## -----------------------------------------------------------------------------
[{*.md,*.rst}]
indent_style = space
indent_size = 2
## YAML files vary based on the plugin
## -----------------------------------------------------------------------------
[*.yml]
indent_style = space
[{bukkit.yml,commands.yml,spigot.yml}]
indent_size = 2