1
0
Files
cloudflare-worker-router/.editorconfig
2024-02-24 21:03:35 +01:00

17 lines
228 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = false
[src/**.ts]
charset = utf-8
indent_style = tab
[README.md]
indent_style = space
indent_size = 4
[{package,package-lock}.json]
indent_style = space
indent_size = 2