Skip to content

Commit 183824f

Browse files
authored
Merge pull request #5 from tomgeorge/editorconfig
Add linter/formatter files
2 parents f971ce7 + 764c94e commit 183824f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[*]
2+
end_of_file = lf
3+
insert_final_newline = true
4+
5+
[*.lua]
6+
indent_size = 2
7+
indent_style = space
8+

.luacheckrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
read_globals = {
2+
"vim",
3+
}

0 commit comments

Comments
 (0)