swiftformat SwiftLint & SwiftFormat 일단 Podfile에 이렇게 두개를 인스톨 해줘야한다. (pod install 잊지말아야함) swiftformat은 code formatter로 white space, 중복된 괄호, self의 추가나 삭제 등을 자동으로 관리할 수 있게 도와준다. Build Phases의 script를 위와 같이 설정해주면 된다. swiftlint는 coding style rules를 정할 수 있다. 그래서 ... formatswiftlintswiftuiswiftswiftformatformat
SwiftLint & SwiftFormat 일단 Podfile에 이렇게 두개를 인스톨 해줘야한다. (pod install 잊지말아야함) swiftformat은 code formatter로 white space, 중복된 괄호, self의 추가나 삭제 등을 자동으로 관리할 수 있게 도와준다. Build Phases의 script를 위와 같이 설정해주면 된다. swiftlint는 coding style rules를 정할 수 있다. 그래서 ... formatswiftlintswiftuiswiftswiftformatformat