Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 9180d9a

Browse files
author
Lucas Gangstad
authored
Update editorconfig (#84)
1 parent 5ea1088 commit 9180d9a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.editorconfig

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
root = true
22

33
[*]
4+
indent_style = tab
45
end_of_line = lf
56
charset = utf-8
67
trim_trailing_whitespace = true
8+
insert_final_newline = true
79

810
[*.json]
911
indent_style = space
1012
indent_size = 2
1113

12-
[*.lua]
13-
indent_style = tab
14+
[*.toml]
15+
indent_style = space
1416
indent_size = 4
17+
18+
[*.{yaml,yml}]
19+
indent_style = space
20+
indent_size = 2
21+
22+
[*.{md,markdown}]
23+
indent_style = space
24+
indent_size = 2

0 commit comments

Comments
 (0)