Skip to content

Commit

Permalink
[autofix] Format Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 3, 2024
1 parent 76217e1 commit 0075ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ following config file:

```toml
[mpm]
exclude = [ "pip",]
exclude = ["pip"]
```

## Overlapping managers
Expand All @@ -48,7 +48,7 @@ For instance, if `yay` is your preferred helper and `pacman` and `paru` are poll

```toml
[mpm]
exclude = [ "pacman", "paru",]
exclude = ["pacman", "paru"]
```

## Troubleshooting
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ Meta Package Manager,zypper,1
| [`snap`](https://snapcraft.io) | 2.0.0 | πŸ…±οΈ | 🐧 | | `>_` | | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | | | |
| [`steamcmd`](https://developer.valvesoftware.com/wiki/SteamCMD) | None | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | | | | βœ“ | | | | | |
| [`uv`](https://astral.sh) | 0.1.45 | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | βœ“ | | | βœ“ | βœ“ | | βœ“ | | |
| [`vscode`](https://code.visualstudio.com) | 1.60.0 | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | βœ“ | | | βœ“ | | | βœ“ | | |
| [`vscodium`](https://vscodium.com/) | 1.60.0 | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | βœ“ | | | βœ“ | | | βœ“ | | |
| [`vscode`](https://code.visualstudio.com) | 1.60.0 | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | βœ“ | | | βœ“ | | | βœ“ | | |
| [`vscodium`](https://vscodium.com/) | 1.60.0 | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | βœ“ | | | βœ“ | | | βœ“ | | |
| [`winget`](https://github.com/microsoft/winget-cli) | 1.7 | | | | | πŸͺŸ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | | |
| [`yarn`](https://yarnpkg.com) | 1.20.0 | πŸ…±οΈ | 🐧 | 🍎 | `>_` | πŸͺŸ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | | βœ“ |
| [`yay`](https://github.com/Jguer/yay) | 11.0.0 | πŸ…±οΈ | 🐧 | | `>_` | | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
Expand Down

0 comments on commit 0075ef4

Please sign in to comment.