biome/.editorconfig
Emanuele Stoppa 99d5f63695
feat(migrate): migrate nursery rules (#2382)
Co-authored-by: Victorien Elvinger <victorien@elvinger.fr>
2024-05-14 08:34:04 +01:00

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