# https://editorconfig.org
# Prettier & EditorConfig are adering to Wrangler codebase standards which
# are documented here: https://github.com/cloudflare/wrangler2/pull/1309
root = true

[*]
end_of_line = lf
indent_style = tab
tab_width = 2
