root = true

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

[Makefile]
indent_style = tab

[*.md]
indent_size = 2
indent_style = space
trim_trailing_whitespace = false

[*.{sh,bash}]
indent_size = 2
indent_style = space

[*.json]
indent_size = 2
indent_style = space

[*.css]
indent_size = 2
indent_style = space

[*.{js,cjs,mjs,ts,mts}]
indent_size = 2
indent_style = space

[*.xml]
indent_size = 2
indent_style = space

[{.busted,.luacov,config.ld}]
indent_size = 2
indent_style = space

[*.{lua,rockspec}]
indent_size = 2
indent_style = space

[*.{txt,gameevents,vmat,vsndevts}]
indent_size = 2
indent_style = space

[*.{yml,yaml}]
indent_size = 2
indent_style = space

[*.toml]
indent_size = 2
indent_style = space
