server/.editorconfig
Chuck Adams 48b17efed1
use new build-and-push script for container builds
Signed-off-by: Chuck Adams <chaz@chaz.works>
2026-01-07 10:23:21 -07:00

15 lines
223 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,json,yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false