Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Created April 16, 2011 04:28
Show Gist options
  • Select an option

  • Save ongaeshi/922866 to your computer and use it in GitHub Desktop.

Select an option

Save ongaeshi/922866 to your computer and use it in GitHub Desktop.
スペースではなくタブでインデントタブ幅4の場合のjs2-modeでのタブ設定
; スペースではなくタブでインデント
; タブ幅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