Skip to content

Instantly share code, notes, and snippets.

@yamaneko1212
Created December 18, 2011 10:52
Show Gist options
  • Save yamaneko1212/1493017 to your computer and use it in GitHub Desktop.
Save yamaneko1212/1493017 to your computer and use it in GitHub Desktop.
Objective-Cモードでのインデント設定 ref: http://qiita.com/items/1402
(add-hook 'c-mode-common-hook
'(lambda()
(c-set-style "cc-mode")
(setq-default tab-width 4)
(setq-default indent-tabs-mode nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment