s3-presigned/.editorconfig
HoshinoKoji 157c494035 Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.40.3
  project name = s3-presigned
  package manager = npm@10.8.2
  wrangler = wrangler@3.114.0
  git = 2.48.1.windows.1
2025-03-11 16:38:35 +08:00

13 lines
185 B
INI

# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space