Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Belouosv <aleksey@maps.me>2019-05-31 13:37:12 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-06-10 13:18:39 +0300
commit0a43b243baa99561c91c2cfc4c0e785759e348b3 (patch)
tree66b876b22bb52102239ce0eaff2f4129be31be18 /README.md
parent2a88c6ca5f90a14fdc6fb6ed47ec8dc86548187d (diff)
[iOS] Add Objective-C style guide. Update clang-format rules
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e54dcbbfc7..de8d4f82ec 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ format description, instructions on building a style and some links.
You would need Qt 5 for development, most other libraries are included into the
repository: see `3party` directory. The team uses mostly XCode and Qt Creator,
though these are not mandatory. We have an established
-[coding style](https://github.com/mapsme/omim/blob/master/docs/CPP_STYLE.md).
+[c++ coding style](https://github.com/mapsme/omim/blob/master/docs/CPP_STYLE.md) and [Objective-C coding style](https://github.com/mapsme/omim/blob/master/docs/OBJC_STYLE.md).
See [CONTRIBUTING.md](https://github.com/mapsme/omim/blob/master/docs/CONTRIBUTING.md)
for the repository initialization process, the description of all the directories