Javier Ernesto Flores Robles | a89d00b | 2020-12-08 20:02:48 | [diff] [blame] | 1 | # Chromium Swift style guide |
| 2 | |
John Palmer | be05130 | 2021-05-19 11:48:35 | [diff] [blame] | 3 | _For other languages, please see the [Chromium style guides](https://chromium.googlesource.com/chromium/src/+/main/styleguide/styleguide.md)._ |
Javier Ernesto Flores Robles | a89d00b | 2020-12-08 20:02:48 | [diff] [blame] | 4 | |
| 5 | Chromium follows the |
| 6 | [Google Swift style guide](https://google.github.io/swift/) |
| 7 | no exceptions at this point. |
| 8 | |
| 9 | [swift-format](https://github.com/apple/swift-format) |
| 10 | can be used to automatically format Swift code. |