zed: add caddyfile config and format
This commit is contained in:
parent
5128e77548
commit
f7f152bd30
2 changed files with 11 additions and 0 deletions
|
@ -217,6 +217,17 @@ in {
|
|||
# Language-specific
|
||||
# https://zed.dev/docs/configuring-languages
|
||||
languages = {
|
||||
# https://github.com/nusnewob/caddyfile-zed
|
||||
Caddyfile = {
|
||||
format_on_save = "on";
|
||||
tab_size = 2;
|
||||
|
||||
formatter.external = {
|
||||
command = "caddy";
|
||||
arguments = ["fmt" "-"];
|
||||
};
|
||||
};
|
||||
|
||||
# https://zed.dev/docs/languages/markdown
|
||||
Markdown = {
|
||||
format_on_save = "on";
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue