mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
17 lines
344 B
INI
17 lines
344 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 2
|
|
|
|
# YAML doesn't support hard tabs 🙃
|
|
# Templates that will be weird with hard tabs in the website editor
|
|
[{**.yml,**.md,**.rs,**.mdx,justfile,**.json}]
|
|
indent_style = space
|
|
|
|
[*.rs]
|
|
indent_size = 4
|