2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

atomで言語毎にタブの深さを切り替える

2
Posted at

atomで言語毎にタブの深さを設定しようとしたのだが、意外と分かりにくかったのでメモ

参考)http://blog.atom.io/2014/10/31/language-scoped-config.html

Preferenceから「Open Config Folder」でフォルダをひらいてconfig.csonを編集する

rubyならタブ2にする場合は下記を追加すればOK

".ruby.source":
  editor:
    tabLength: 2
2
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?