Skip to content

Commit

Permalink
chore: add luaformatter to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 21, 2024
1 parent 27440dc commit 3fff094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mdsf init
| Json | `biome`, `clang-format`, `deno_fmt`, `prettier` |
| Just | `just_fmt` |
| Kotlin | `ktlint` |
| Lua | `stylua` |
| Lua | `luaformatter`, `stylua` |
| Markdown | `prettier` |
| Nim | `nimpretty` |
| OCaml | `ocamlformat` |
Expand Down
4 changes: 2 additions & 2 deletions schemas/v0.0.2/mdsf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"lua": {
"default": {
"enabled": true,
"formatter": "stylua"
"formatter": [["stylua", "luaformatter"]]
},
"allOf": [
{
Expand Down Expand Up @@ -1106,7 +1106,7 @@
},
"Lua": {
"type": "string",
"enum": ["stylua"]
"enum": ["stylua", "luaformatter"]
},
"Markdown": {
"type": "string",
Expand Down

0 comments on commit 3fff094

Please sign in to comment.