-
Notifications
You must be signed in to change notification settings - Fork 61
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
Indentation Width #86
Comments
Hm, that's strange - I don't have an Also, please avoid using denigrating language in your issue reports. I understand this issue may be frusturating, but let's keep it professional. I've edited your initial comment accordingly. |
I'm using the standard Emacs installation from the Continuing the thread theme of noting down little idiosyncrasies, sometime in the last month I also discovered that
(with or without closing tag) ...it's all pretty great. P.S. With respect, "retarded" is a description of fact, not an insult. In the world at this very moment there are retards, and they are retarded. It isn't a value judgement... unless you make it one. |
Hi there, I'm also having some difficulties while changing from two to four spaces. My team adopted a Lint of four spaces and my emacs with vue-mode is using two! At the moment, I can only indent with four using other modes - such as web-mode etc. Any ideas?? |
Assuming you haven't already figured this out, have a look at the variable Furthermore, in general, I recommend attempting to introspect Emacs with the |
I've come to a solution, that attends to the lint rules of the project: When I'm editing inside |
If anyone is having the same struggle trying to change indentation width from 2 spaces to 4, try altering the variable
sgml-basic-offset
. I had previously alteredsgml-shift-width
, which was apparently sufficient for other modes, includingweb-mode
,react-mode
,rjsx-mode
, andjs2-mode
, but not for this one.Besides this, great experience so far.
The text was updated successfully, but these errors were encountered: