5
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.

IntelliJ IDEA でインデントの設定 (Code Style) & ソースコード整形 (Reformat code)

Last updated at Posted at 2019-08-06

IntelliJ IDEA の Preferences → Editor → Code Style から各プログラミング言語等 (Java, HTML, JSON, Kotlin, XML, YAML など) のコードスタイルを設定できる。インデントもここで設定可能。

Preferences 左上の検索窓に 「code style」 などを入力して検索するとすぐに設定画面に移動できる。

intellij.png

設定後は、エディタ画面にてショートカットキーでソースコードを整形できる。

ショートカットキーは以下。

  • macOS では option + command + L
  • Linux と Windows では Ctrl + Alt + L

今回の動作確認環境: IntelliJ IDEA 2018.3.3 (Community Edition)

参考資料:

5
2
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
5
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?