aboutsummaryrefslogtreecommitdiffstats
path: root/util/README.md
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /util/README.md
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/README.md')
-rw-r--r--util/README.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/util/README.md b/util/README.md
index d9945f3f47..496efa633c 100644
--- a/util/README.md
+++ b/util/README.md
@@ -1,9 +1,9 @@
-# Coding style
+# Coding style
+
+Style guide for the util folder is a stricter version of
+[general style guide](https://docs.yandex-team.ru/arcadia-cpp/cpp_style_guide)
+(mostly in terms of ambiguity resolution).
-Style guide for the util folder is a stricter version of
-[general style guide](https://docs.yandex-team.ru/arcadia-cpp/cpp_style_guide)
-(mostly in terms of ambiguity resolution).
-
* all {} must be in K&R style
* &, * tied closer to a type, not to variable
* always use `using` not `typedef`
@@ -39,22 +39,22 @@ Thus before a commit it is recommended to run `ya style .` in the util folder.
Don't forget to run tests from folder `tests`: `ya make -t tests`
-**Note:** tests are designed to run using `autocheck/` solution.
-
-# Submitting a patch
-
-In order to make a commit, you have to get approval from one of
-[util](https://arcanum.yandex-team.ru/arc/trunk/arcadia/groups/util) members.
-
-If no comments have been received withing 1–2 days, it is OK
-to send a graceful ping into [Igni et ferro](https://wiki.yandex-team.ru/ignietferro/) chat.
-
-Certain exceptions apply. The following trivial changes do not need to be reviewed:
-
-* docs, comments, typo fixes,
-* renaming of an internal variable to match the styleguide.
-
-Whenever a breaking change happens to accidentally land into trunk, reverting it does not need to be reviewed.
+**Note:** tests are designed to run using `autocheck/` solution.
+
+# Submitting a patch
+
+In order to make a commit, you have to get approval from one of
+[util](https://arcanum.yandex-team.ru/arc/trunk/arcadia/groups/util) members.
+
+If no comments have been received withing 1–2 days, it is OK
+to send a graceful ping into [Igni et ferro](https://wiki.yandex-team.ru/ignietferro/) chat.
+
+Certain exceptions apply. The following trivial changes do not need to be reviewed:
+
+* docs, comments, typo fixes,
+* renaming of an internal variable to match the styleguide.
+
+Whenever a breaking change happens to accidentally land into trunk, reverting it does not need to be reviewed.
## Stale/abandoned review request policy