cloudflare-connectivity-test/.editorconfig
2019-09-05 12:34:45 -04:00

8 lines
158 B
INI

root = true
[*.(vue,js,ts)]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true