This is an archive of the discontinued LLVM Phabricator instance.

Add a .clang-format file to enhance formatting experience with clang-format
ClosedPublic

Authored by majnemer on Jul 22 2014, 2:01 PM.

Details

Summary

clang-format is a handy tool that formats code very intelligently. I'd
like to use it with LLDB but it requires a .clang-format file to inform
it about LLDB-specific formatting rules.

More information on these rules are here:
http://clang.llvm.org/docs/ClangFormatStyleOptions.html

Diff Detail

Repository
rL LLVM

Event Timeline

majnemer updated this revision to Diff 11784.Jul 22 2014, 2:01 PM
majnemer retitled this revision from to Add a .clang-format file to enhance formatting experience with clang-format.
majnemer updated this object.
majnemer added reviewers: zturner, tfiala.
majnemer added a subscriber: Unknown Object (MLST).
majnemer closed this revision.Jul 23 2014, 5:34 PM
majnemer updated this revision to Diff 11830.

Closed by commit rL213823 (authored by @majnemer).