# Intellij에 Google Style 적용하기

코딩 컨벤션은 예쁜 코드를 위해서도 필요하지만, 협업시, 장기로 프로젝트를 운영할 때 유용하다.

특히, 여러사람과 협업할 때, 코드가 흐트러지는 것을 방지하고, 코드리뷰시 쓸때없는 diff를 줄여줘 더 효과적인 코드 리뷰를 할수 있도록 도와준다.

다양한 스타일 가이드 라인이 있는데, 본 글에서는 Google Style Guide (opens new window) 중 Java Style Guide를 Intellij에 적용해보고자 한다.

# 환경

# 설정 방법

  1. https://github.com/google/styleguide (opens new window)에서 intellij-java-google-style.xml 를 다운받는다.

  2. Intellij에서 환경설정(Preference) -> Editor -> Code Style을 선택.

  1. 상단 magage > import > intellij-java-google-style.xml >>> "GoogleStyle" 선택

# 리포맷하는 방법

  1. ⌥⇧⌘L (shift + alt + cmd + L) : 키맵에 따라 차이가 있을 수 있음.

  2. code > Refomat Code 클릭

참고 : Installing the coding style settings in Intellij (opens new window)


#지프넓얕 , #지적프로그래밍을위한넓고얕은습관