| commit | 4807dd6fcac4d649f6ebba1ef018aa305639270d | [log] [tgz] |
|---|---|---|
| author | Nico Weber <thakis@chromium.org> | Tue Aug 04 13:55:17 2015 -0700 |
| committer | Nico Weber <thakis@chromium.org> | Tue Aug 04 13:55:17 2015 -0700 |
| tree | d6766b2e068e6a866c09da49af7382af36add5c0 | |
| parent | 5d711cb33cebaaf194b40683359c74e648ac5342 [diff] [blame] |
Add a .clang-format config file. This is the .clang-format file I used to format everything. BUG=none R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1260183009 .
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..2fb833a --- /dev/null +++ b/.clang-format
@@ -0,0 +1,2 @@ +# http://clang.llvm.org/docs/ClangFormatStyleOptions.html +BasedOnStyle: Chromium