Based on The Official raywenderlich.com Swift Style Guide and Swift API Design Guidelines, with exceptions/additions as follows:
- Use the following style for empty arrays/dictionaries (from The Swift Programming Language):
let emptyArray = [String]()
let emptyDictionary = [String: Float]()- Use four spaces for indentation
- Maximum 100 characters line width