fluxer/.editorconfig
2026-01-01 21:05:54 +00:00

19 lines
280 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
indent_style = tab
indent_size = 2
[*.{yml,yaml,Dockerfile}]
indent_style = space
indent_size = 2
[justfile]
indent_style = space
indent_size = 4