├── CONTRIBUTING.markdown ├── CREDITS.markdown ├── LICENSE.txt ├── README.markdown ├── SWIFTLINT.markdown ├── com.raywenderlich.swiftlint.yml └── screens ├── add-run-script.png ├── empty-run-script.png ├── indentation.png ├── project_settings.png ├── swiftlint-warning.png ├── trailing-whitespace.png └── xcode-jump-bar.png /CONTRIBUTING.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/CONTRIBUTING.markdown -------------------------------------------------------------------------------- /CREDITS.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/CREDITS.markdown -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/README.markdown -------------------------------------------------------------------------------- /SWIFTLINT.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/SWIFTLINT.markdown -------------------------------------------------------------------------------- /com.raywenderlich.swiftlint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/com.raywenderlich.swiftlint.yml -------------------------------------------------------------------------------- /screens/add-run-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/add-run-script.png -------------------------------------------------------------------------------- /screens/empty-run-script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/empty-run-script.png -------------------------------------------------------------------------------- /screens/indentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/indentation.png -------------------------------------------------------------------------------- /screens/project_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/project_settings.png -------------------------------------------------------------------------------- /screens/swiftlint-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/swiftlint-warning.png -------------------------------------------------------------------------------- /screens/trailing-whitespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/trailing-whitespace.png -------------------------------------------------------------------------------- /screens/xcode-jump-bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodecocodes/swift-style-guide/HEAD/screens/xcode-jump-bar.png --------------------------------------------------------------------------------