1
0
mirror of synced 2026-01-09 15:05:02 -05:00
Files
airbyte/docs/contributing-to-airbyte/code-style.md

500 B
Raw Blame History

Code Style

Configure Java Style for IntelliJ

First, download the style configuration.

curl https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml -o ~/Downloads/intellij-java-google-style.xml

Install it in IntelliJ:

  1. Go to Preferences > Editor > Code Style
  2. Press the little cog:
    1. Import Scheme > IntelliJ IDEA code style XML
    2. Select the file we just downloaded
  3. Select GoogleStyle in the drop down
  4. You're done!