Add EditorConfig

pull/8/head
Spenser Black 4 years ago
parent 7a246be25d
commit 1b3e8b4c72
No known key found for this signature in database
GPG Key ID: B41C77C44CB36A49

@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = LF
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[vercel.json]
indent_size = 4
[*.md]
trim_trailing_whitespace = false
Loading…
Cancel
Save