# SPDX-FileCopyrightText: © 2026 scy
#
# SPDX-License-Identifier: MIT

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.{bash,sh}]
indent_style = tab

[*.{css,html,js,json,md,scss,ts,yaml}]
indent_size = 2
indent_style = space

[*.{py,toml}]
indent_size = 4
indent_style = space

[*.py]
max_line_length = 79

[Makefile]
indent_style = tab
