2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-08 21:32:23 +03:00

Create .editorconfig

This commit is contained in:
Randall Wilk
2018-06-25 07:45:27 -05:00
parent f3052e738c
commit c3a4f6489f
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false