Files
caddy-bunny/.editorconfig
Dave Jansen 5110b75eda
Some checks failed
Build container image / Build and push image (push) Failing after 2m8s
Initial commit
2025-12-06 13:34:37 +09:00

16 lines
420 B
INI

# Stop the editor from looking for .editorconfig files in the parent directories
root = true
[*]
# Non-configurable Prettier behaviors
charset = utf-8
insert_final_newline = true
# Caveat: Prettier won't trim trailing whitespace inside template strings, but your editor might.
trim_trailing_whitespace = true
# Configurable Prettier behaviors
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 80