Skip to content

Commit

Permalink
fix(docs): invalid formatter name changed to correct one (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
iturdikulov authored Aug 2, 2023
1 parent 8cb3734 commit 7458e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supported-linters-and-formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ local stylelint = require 'efmls-configs.linters.stylelint'
[lua-format](https://github.com/Koihik/LuaFormatter)

```lua
local lua = require 'efmls-configs.formatters.lua'
local lua = require 'efmls-configs.formatters.lua_format'
```

[luacheck](https://github.com/mpeterv/luacheck)
Expand Down

0 comments on commit 7458e5c

Please sign in to comment.