Add editorconfig file

pull/111/head
MattIPv4 5 years ago
parent d4c381a9ce
commit 7905593480

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.scss]
indent_size = 2
Loading…
Cancel
Save