go-vanity/.editorconfig
Andrew Ying d86b9e38de Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.50.4
  project name = witos-go
  package manager = npm@8.3.0
  wrangler = wrangler@4.24.4
  git = 2.43.0
2025-07-21 08:22:28 +01:00

12 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