Skip to content

Commit

Permalink
docs: add stats_formatto table of parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Apr 12, 2024
1 parent 0c90270 commit 27da644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ If we don't support your language, please consider contributing! You can find mo
| `hide_progress` | Uses the compact layout option, hides percentages, and removes the bars. | boolean | `false` |
| `size_weight` | Configures language stats algorithm (see [Language stats algorithm](#language-stats-algorithm)). | integer | `1` |
| `count_weight` | Configures language stats algorithm (see [Language stats algorithm](#language-stats-algorithm)). | integer | `0` |
| `stats_format` | Switches between two available formats for language's stats `percentages` and `bytes`. | enum | `percentages` |

> [!WARNING]\
> Language names should be URI-escaped, as specified in [Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
Expand Down

0 comments on commit 27da644

Please sign in to comment.