r190413 - Allow _clang-format as alternative to .clang-format config filename

Chandler Carruth chandlerc at google.com
Tue Sep 10 11:34:41 PDT 2013


On Tue, Sep 10, 2013 at 8:41 AM, Hans Wennborg <hans at hanshq.net> wrote:

> Allow _clang-format as alternative to .clang-format config filename
>
> Dotfiles are impractical on Windows. This makes clang-format search
> for the style configuration file as '_clang-format' in addition to
> the usual '.clang-format'. This is similar to how VIM searches for
> '_vimrc' on Windows.
>

Ok, the '-' here is getting damn confusing. Should this be _clang_format?
.clang_format for consistency there? Or do folks really like the format
here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130910/9528df1a/attachment.html>


More information about the cfe-commits mailing list