Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: docs/v8_c_plus_plus_styleand_sops.md

Issue 1347153006: [Docs] Add wiki content to Markdown docs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: docs/v8_c_plus_plus_styleand_sops.md
diff --git a/docs/v8_c_plus_plus_styleand_sops.md b/docs/v8_c_plus_plus_styleand_sops.md
new file mode 100644
index 0000000000000000000000000000000000000000..56865045439e54e7b1fb7925305d40d752e2eee7
--- /dev/null
+++ b/docs/v8_c_plus_plus_styleand_sops.md
@@ -0,0 +1,7 @@
+# Introduction
+
+In general, V8 should conform to Google's/Chrome's C++ Style Guide for new code that is written. Your V8 code should conform to them as much as possible. There will always be cases where Google/Chrome Style Guide conformity or Google/Chrome best practices are extremely cumbersome or underspecified for our use cases. We document these exceptions here.
+
+# Details
+
+Coming Soon

Powered by Google App Engine
This is Rietveld 408576698