2
0

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.

Visual Studio Code でインデント幅の初期設定(Mac)

Last updated at Posted at 2019-06-17

初期設定のスペース幅だと、コードが長くなった際に端が途切れてしまうので
インデント幅の初期値を2に変更。

1.command + ,で設定画面を開く。
スクリーンショット 2019-06-17 19.13.57.png

2.右上の{}をクリックすると、JSONファイルが開きます。
スクリーンショット 2019-06-17 19.14.56.png

3.下記のコードを追記

settings.json
"editor.tabSize": 2

最終的に下記のようなセッティング画面になればOK。
スクリーンショット 2019-06-17 19.18.49.png

最後にcommand + sで保存を忘れずに。。

2
0
0

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?