Created
April 16, 2011 04:28
-
-
Save ongaeshi/922866 to your computer and use it in GitHub Desktop.
スペースではなくタブでインデントタブ幅4の場合のjs2-modeでのタブ設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; スペースではなくタブでインデント | |
| ; タブ幅4 | |
| ; | |
| ; の場合のjs2-modeでのタブ設定 | |
| (setq tab-width 4 | |
| espresso-indent-level 4 | |
| indent-tabs-mode t | |
| c-basic-offset 4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment