28
11

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でGoogle Java Styleのフォーマッターを適用する

Last updated at Posted at 2018-12-05

intellij-java-google-style.xmlをダウンロードする

IntelliJ用のGoogle Java Styleのフォーマッターxmlは以下で公開されています。
https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml
なので、まずはこれをダウンロードします。

IntelliJにフォーマッターをImportする

ダウンロードした「intellij-java-google-style.xml」をIntelliJにImportします。
設定ダイアログを開き、「Editor」→「Code Style」→「Java」にて、Schemeのところの設定アイコンから「Import Scheme」→「IntelliJ IDEA Code Stye XML」を選択し、ダウンロードした「intellij-java-google-style.xml」をImportします。
以上で、IntelliJへの適用は完了です。

フォーマッターをプロジェクト固有のものにカスタマイズする

場合によっては、Google Java Styleの一部をプロジェクト固有のもの(例えばインデントはスペース4等)に変更したいケースがあります。そういった場合は、IntelliJコードスタイルを参考にしながら適宜修正していきます。修正が完了したら、このフォーマッターをチームに配布する必要があるので、Exportして配布します(Exportのやり方は「IntelliJにフォーマッターをImportする」の項とほぼ同様で、Exportを選択し任意の名前でExportするだけです)。

以上です。

28
11
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
28
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?