mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Link to the Swift style guide.
Update README.md Merges pull request #423 from darhonbek/patch-1
This commit is contained in:
commit
4a06fcb1c7
|
@ -13,7 +13,7 @@ style guidelines we use for Google code. If you are modifying a project that
|
||||||
originated at Google, you may be pointed to this page to see the style guides
|
originated at Google, you may be pointed to this page to see the style guides
|
||||||
that apply to that project.
|
that apply to that project.
|
||||||
|
|
||||||
This project holds the [C++ Style Guide][cpp], [Objective-C Style Guide][objc],
|
This project holds the [C++ Style Guide][cpp], [Swift Style Guide][swift], [Objective-C Style Guide][objc],
|
||||||
[Java Style Guide][java], [Python Style Guide][py], [R Style Guide][r],
|
[Java Style Guide][java], [Python Style Guide][py], [R Style Guide][r],
|
||||||
[Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss],
|
[Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss],
|
||||||
[JavaScript Style Guide][js], [AngularJS Style Guide][angular],
|
[JavaScript Style Guide][js], [AngularJS Style Guide][angular],
|
||||||
|
@ -36,6 +36,7 @@ The following Google style guides live outside of this project:
|
||||||
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /></a>
|
<a rel="license" href="https://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png" /></a>
|
||||||
|
|
||||||
[cpp]: https://google.github.io/styleguide/cppguide.html
|
[cpp]: https://google.github.io/styleguide/cppguide.html
|
||||||
|
[swift]: https://google.github.io/swift/
|
||||||
[objc]: objcguide.md
|
[objc]: objcguide.md
|
||||||
[java]: https://google.github.io/styleguide/javaguide.html
|
[java]: https://google.github.io/styleguide/javaguide.html
|
||||||
[py]: https://google.github.io/styleguide/pyguide.html
|
[py]: https://google.github.io/styleguide/pyguide.html
|
||||||
|
|
Loading…
Reference in New Issue
Block a user