From: jochen@chromium.org Date: Tue, 3 Dec 2013 10:39:21 +0000 (+0000) Subject: Change clang-format config to allow for two empty lines between functions X-Git-Tag: upstream/4.7.83~11443 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee5726cd5b9be2475c461ee5768568029a5f93a5;p=platform%2Fupstream%2Fv8.git Change clang-format config to allow for two empty lines between functions BUG=none R=jkummerow@chromium.org LOG=n Review URL: https://codereview.chromium.org/101543002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18226 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/.clang-format b/.clang-format index 8fa6b1a..d9bbf50 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,4 @@ # Defines the Google C++ style for automatic reformatting. # http://clang.llvm.org/docs/ClangFormatStyleOptions.html BasedOnStyle: Google +MaxEmptyLinesToKeep: 2