Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua files are not being formatted #32

Open
dimmonlarin opened this issue Mar 10, 2019 · 0 comments
Open

lua files are not being formatted #32

dimmonlarin opened this issue Mar 10, 2019 · 0 comments

Comments

@dimmonlarin
Copy link

dimmonlarin commented Mar 10, 2019

https://github.com/prettier/plugin-lua is installed, but poorly formatted lua files reported as "No formatting changes required in: file_name.lua"
I have a test file with the following code:

require "luacheck.main"

local a=10
local b=11
local c=12

manual applying of prettier to the files gives me the following results:

require"luacheck.main"

local a = 10
local b = 11
local c = 12

but running precise-commits command reports the file as well-formatted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant