mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
f6eaa8b00f
I saved the `file_types.json` file and got a diff because it had some trailing whitespace. I ran [`lineman`](https://github.com/JosephTLyons/lineman) on the codebase. I've done this before, but this time, I've added in the following settings to our `.zed` local settings, to make sure every future save respects our desire to have consistent whitespace formatting. ```json "remove_trailing_whitespace_on_save": true, "ensure_final_newline_on_save": true ``` Release Notes: - N/A
22 lines
424 B
Markdown
22 lines
424 B
Markdown
## Overview of licenses:
|
|
|
|
{{#each overview}}
|
|
* {{name}} ({{count}})
|
|
{{/each}}
|
|
|
|
### All license texts:
|
|
{{#each licenses}}
|
|
|
|
#### {{name}}
|
|
|
|
##### Used by:
|
|
|
|
{{#each used_by}}
|
|
* [{{crate.name}} {{crate.version}}]({{#if crate.repository}} {{crate.repository}} {{else}} https://crates.io/crates/{{crate.name}} {{/if}})
|
|
{{/each}}
|
|
|
|
{{text}}
|
|
|
|
--------------------------------------------------------------------------------
|
|
{{/each}}
|