# SPDX-License-Identifier: MIT

root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{html,css}]
indent_style = space
indent_size = 2

[*.{js,rs}]
indent_style = space
indent_size = 4

[*.sh]
indent_style = tab
