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

Unified Diff: third_party/WebKit/Source/web/.clang-format

Issue 2390853002: Enforce comment formatting in wtf/, web/ (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/.clang-format » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/.clang-format
diff --git a/third_party/WebKit/Source/web/.clang-format b/third_party/WebKit/Source/web/.clang-format
new file mode 100644
index 0000000000000000000000000000000000000000..2d597aa13280e2baaf96776db2ef24351814b219
--- /dev/null
+++ b/third_party/WebKit/Source/web/.clang-format
@@ -0,0 +1,5 @@
+# TODO(thakis): Remove this once Source/.clang-format no longer says
+# `ReflowComments: false`.
+BasedOnStyle: Chromium
+Standard: Cpp11
+ReflowComments: true
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/.clang-format » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698