You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here being that after a {, and moving to a new line, it would be oh so great if the indents are not doubled up (or whatever is happening.)
Not being very proficient with EmacsLisp, I've nonetheless tried to hack my way through this package to try to achieve my desired indentation. I didn't get very far.
Does anyone know what bits of the code I should be looking at for achieving this outcome? My best guess is that it has something to do with this code:
Hello Earthlings! I am trying to have my Lua code formatted like this:
But instead, I get this:
The idea here being that after a
{
, and moving to a new line, it would be oh so great if the indents are not doubled up (or whatever is happening.)Not being very proficient with EmacsLisp, I've nonetheless tried to hack my way through this package to try to achieve my desired indentation. I didn't get very far.
Does anyone know what bits of the code I should be looking at for achieving this outcome? My best guess is that it has something to do with this code:
lua-mode/lua-mode.el
Lines 1572 to 1576 in 3e783c9
But that's all I know!
The text was updated successfully, but these errors were encountered: