llvm-project/clang/lib/Format
Daniel Jasper 3aa9a6a126 clang-format: Add option to disable alignment after opening brackets
Before:
  SomeFunction(parameter,
               parameter);

After:
  SomeFunction(parameter,
      parameter);

Patch by Harry Terkelsen, thank you!

llvm-svn: 222284
2014-11-18 23:55:27 +00:00
..
BreakableToken.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
BreakableToken.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
ContinuationIndenter.cpp clang-format: Add option to disable alignment after opening brackets 2014-11-18 23:55:27 +00:00
ContinuationIndenter.h clang-format: Use identifier table for keywords in other languages. 2014-11-04 12:41:02 +00:00
Encoding.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Format.cpp clang-format: Add option to disable alignment after opening brackets 2014-11-18 23:55:27 +00:00
FormatToken.cpp clang-format: Prevent column layout if elements aren't uniform enough. 2014-09-19 08:28:43 +00:00
FormatToken.h clang-format: [Java] Never treat @interface as annotation. 2014-11-10 16:30:02 +00:00
Makefile
TokenAnnotator.cpp clang-format: Add option to disable alignment after opening brackets 2014-11-18 23:55:27 +00:00
TokenAnnotator.h clang-format: Use identifier table for keywords in other languages. 2014-11-04 12:41:02 +00:00
UnwrappedLineParser.cpp clang-format: [Java] Support Java enums. 2014-11-13 15:56:28 +00:00
UnwrappedLineParser.h clang-format: [Java] Support Java enums. 2014-11-13 15:56:28 +00:00
WhitespaceManager.cpp clang-format: Fix bug introduced by r208392. 2014-05-09 13:11:16 +00:00
WhitespaceManager.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00