-
Notifications
You must be signed in to change notification settings - Fork 80
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
Obey standard variables for indentation style #16
Comments
You probably have (setq-default indent-tabs-mode nil) When using I don't know anything about SWS (save for a quick duckduckgo'ing to find what sws-tab-width was), but it doesn't seem to be a standard emacs thing, so I don't know if there's some weird interaction between the standard emacs environment for tabs/spaces, etc. I would highly suspect that there's a standard emacs way to set the tab width, but I don't know it off hand. |
Er, I have this at the top of my .emacs:
|
@drewcsillag @mcandre pls close the report, it's fixed. I just tested: creating a buffer with
and then indenting |
@mcandre fancy to close the issue? |
Emacs offers standard variables for configuring indentation styles, such as
indent-tabs-mode
andsws-tab-width
. When an Emacs user configures these globally, it is expected that the different programming modes respect these settings. Unless overridden, please have dockerfile-mode inform its indentation settings to matchindent-tabs-mode
andsws-tab-width
by default.The text was updated successfully, but these errors were encountered: