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
What is the current behavior?
When editing a gdscript file indenting from the NORMAL mode with Shift+>+> works correctly but from the INSERT mode if I press tab the indent size used is 4.
If I change the indent size to 2 with gdscript-indent-offset it works as expected
What is the expected behavior?
Let the editorconfig preference overrides the indent size configured for gdscript-mode
Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.
Enable the editoconfig package
Create an .editorconfig file like the one above (or with different indent size between editor config and gdscript-mode)
Try to indent a line
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the reply :)
Sorry, I didn't explain well enough, the problem is on the .gd files this problem doesn't affect other file types, for example on a .py file the indentation is consistent between the TAB and the >+> of evil
I'm submitting a...
Bug report
I have the
editorconfig
package enabled and an .editorconfig file:I'm using Doom Emacs :)
What is the current behavior?
When editing a gdscript file indenting from the NORMAL mode with
Shift+>+>
works correctly but from the INSERT mode if I press tab the indent size used is 4.If I change the indent size to 2 with
gdscript-indent-offset
it works as expectedWhat is the expected behavior?
Let the
editorconfig
preference overrides the indent size configured forgdscript-mode
Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.
editoconfig
package.editorconfig
file like the one above (or with different indent size between editor config and gdscript-mode)Thanks!
The text was updated successfully, but these errors were encountered: