FireZenk / FireZenk/language-lua
indenting error
Open
- Dominant language
- No language data
- Stars
- 66
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
If you use the string 'function', it is indented as if you used the keyword function:
For example:
local a = type(x) == 'function' and x or nil
indents one tab after return
Contributor guide
Assessment
This issue has not been assessed yet.