forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As there are no exceptions at this moment, it only points to Google's style guide. Bug: N/A Change-Id: Ie5102b3152e38394d0482203dfeb57bfc94c648e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555461 Reviewed-by: Mike Pinkerton <pinkerton@chromium.org> Commit-Queue: Javier Flores <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#834813}
- Loading branch information
Javier Ernesto Flores Robles
authored and
Chromium LUCI CQ
committed
Dec 8, 2020
1 parent
252314f
commit a89d00b
Showing
3 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
javierrobles@chromium.org | ||
pinkerton@chromium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Chromium Swift style guide | ||
|
||
_For other languages, please see the [Chromium style guides](https://chromium.googlesource.com/chromium/src/+/master/styleguide/styleguide.md)._ | ||
|
||
Chromium follows the | ||
[Google Swift style guide](https://google.github.io/swift/) | ||
no exceptions at this point. | ||
|
||
[swift-format](https://github.com/apple/swift-format) | ||
can be used to automatically format Swift code. |