[Intellij] intellij-java-google-style.xml 적용하기
ITWeb/개발일반 2021. 7. 2. 10:10intellij 버전이 올라 가면서 codestyle 정의가 바뀌었네요.
https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml
이전 글은 import 방법만 참고하시고 새로운 style 을 다운로드 받아서 적용해 보세요.
각자 필요한 코드 스타일은 아래서 다운로드 받으시면 됩니다.
[구글 코드 스타일]
https://github.com/google/styleguide
[Intellij 적용하기 - mac]
# 저는 intellij 2016.3 사용중입니다.
# 다운로드 받으신 intellij-java-google-style.xml 파일을 아래 경로로 복사해서 넣습니다.
$ cd ~/Library/Preferences/IntelliJIdea2016.3/codestyles
[Intellij 에서 import 하기]
Preferences -> Editor -> Code Style -> Manage Button -> Import
# 그러나 파일을 먼저 복사해 넣었기 때문에 import 하지 않으셔도 scheme 이 정상적으로 나옵니다.
# Scheme 을 GoogleStyle 로 변경 하시면 끝납니다.