mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Remove Bash formatter
This commit is contained in:
parent
3d794ab085
commit
964f0a9c82
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@ roots = ["pyproject.toml"]
|
|||
formatter = { command = "black", args = ["-q", "-"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "bash"
|
||||
formatter = { command = "beautysh", args = ["-"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo8it/.config/dprint.json", "--stdin", "md"] }
|
||||
|
|
Loading…
Reference in a new issue