Invoke formatting from CLI #1239
Answered
by
sumneko
Real-Gecko
asked this question in
Q&A
-
Is there a way to invoke code formatting from CLI? |
Beta Was this translation helpful? Give feedback.
Answered by
sumneko
Jun 27, 2022
Replies: 2 comments 1 reply
-
No. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Real-Gecko
-
The lsp uses https://github.com/CppCXY/EmmyLuaCodeStyle for formating under the hood, so you can download it from here https://github.com/CppCXY/EmmyLuaCodeStyle/releases/ and then format with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No.
But you can open an issue, and I can implement this feature.