Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/#215] SpotlessApply적용 #216

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

skytin1004
Copy link
Member

@skytin1004 skytin1004 commented Jan 12, 2024

모든 Java 소스 파일에 아래의 포맷팅 규칙 적용
space로 4칸 들여쓰기 사용
파일의 끝에 새 줄 추가
사용되지 않는 import 제거
import 순서 지정

코드 작업을 다 마치신 뒤에

터미널에서

  • 윈도우
    .\gradlew spotlessApply
    
  • 맥/리눅스
    ./gradlew spotlessApply
    

입력하면 해당 파일을 간단하게 교정할 수 있습니다.

@skytin1004 skytin1004 requested a review from whitem4rk January 12, 2024 03:27
@skytin1004 skytin1004 self-assigned this Jan 12, 2024
@skytin1004 skytin1004 added the new feature New feature or request label Jan 12, 2024
@skytin1004 skytin1004 changed the title [feature/#215] SpotlesApply적용 [feature/#215] SpotlessApply적용 Jan 12, 2024
@skytin1004 skytin1004 merged commit 73b64b7 into InhaBas:master Jan 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant