-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Current implementation of .lua
formatting is to call autopepe8
module with Python to perform general formatting. I think we can employ stylua, which is a widely used formatter for .lua
, to help with .lua
formatting.
By calling
$ stylua -
# echo 'local x=1+2 ;print(x)' | stylua -
stylua
can reveice stdin
inputs. Then we can realize our real-time, line-based formatting.
@claude please give me a plan about this issue.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request