1
0
Fork 0
mirror of https://github.com/xHyroM/waki.git synced 2024-09-19 20:23:21 +02:00
waki/.editorconfig
Jozef Steinhübl 7c0f11b1ae
Initial commit (by create-cloudflare CLI)
Details:
  C3 = create-cloudflare@2.21.2
  project name = waki
  package manager = pnpm@9.0.5
  wrangler = wrangler@3.57.0
  git = 2.45.0
2024-05-20 10:34:18 +02: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