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

Unified Diff: third_party/WebKit/Source/core/layout/.clang-format

Issue 2393803004: blink: Enforce comment formatting (except in core/layout, for now) (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
Index: third_party/WebKit/Source/core/layout/.clang-format
diff --git a/third_party/WebKit/Source/core/layout/.clang-format b/third_party/WebKit/Source/core/layout/.clang-format
new file mode 100644
index 0000000000000000000000000000000000000000..f907d4d44282fbd4b7a27fec45b8922c8d31c0e9
--- /dev/null
+++ b/third_party/WebKit/Source/core/layout/.clang-format
@@ -0,0 +1,5 @@
+# TODO(thakis): Remove this once comments are reflown in this file,
+# https://crbug.com/563793
+BasedOnStyle: Chromium
+Standard: Cpp11
+ReflowComments: false

Powered by Google App Engine
This is Rietveld 408576698