root = true

[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 100

[*.{js,ts,md,json,html}]
charset = utf-8
indent_style = space
tab_width = 2
indent_size = 2
trim_trailing_whitespace = true

[{Makefile,go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 2
