samgis / .editorconfig
aletrn's picture
Initial commit (by create-cloudflare CLI)
6e23fff
raw
history blame
199 Bytes
# http://editorconfig.org
root = true
[*]
indent_style = tab
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space