This repository has been archived on 2025-01-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
legacy-homepage/wrangler/.editorconfig
2023-11-15 10:52:33 +08:00

13 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