Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.19 KB

TEMPLATE.md

File metadata and controls

36 lines (30 loc) · 1.19 KB

Template Notes

Snippets

14. Delete the [`Template References` section](NOTES.md#template-references) from the [NOTES.md](NOTES.md) file.
root = true

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

# Source:
# - https://biomejs.dev/guides/how-biome-works/#protected-files
# - https://github.com/biomejs/biome/blob/cli/v1.5.3/crates/biome_service/src/workspace.rs#L100
# To ensure consistent indent size with Biome (package.json and tsconfig.json are ignored by Biome):
[{package.json,tsconfig.json}]
indent_size = 2