Files
cloudflare_temp_email/worker/.editorconfig
dreamhunter2333 bd08a85016 feat: init
2023-08-16 11:13:26 +08:00

14 lines
199 B
INI

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