Daniel Jasper
|
d27c92ca6f
clang-format: Enable #include sorting by default.
|
9 years ago |
Saleem Abdulrasool
|
bec01a5ecd
Format: support inline namespaces
|
9 years ago |
Daniel Jasper
|
ec740cd397
clang-format: Undo unwanted format change done in r251405.
|
9 years ago |
Daniel Jasper
|
6e0ab6e499
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
|
9 years ago |
Daniel Jasper
|
afbad5d137
clang-format: Fix false positive in cast detection.
|
9 years ago |
Daniel Jasper
|
72c2907b9a
clang-format: Fixed typecast getting put on a separate line from the
|
10 years ago |
Daniel Jasper
|
ed6a9434ed
clang-format: Fixed missing space between Obj-C for/in and a typecast.
|
10 years ago |
Daniel Jasper
|
304dc5d780
[clang-format] Stop alignment sequences on open braces and parens when
|
10 years ago |
Daniel Jasper
|
9a58694aec
Make clang-format actually respect custom brace wrapping flags.
|
10 years ago |
Daniel Jasper
|
0e6b5702af
clang-format: Fix false ObjC block detection.
|
10 years ago |
Daniel Jasper
|
e171822700
clang-format: Understand array reference types.
|
10 years ago |
Daniel Jasper
|
a164fa507b
clang-format: Fix false positive in pointer/reference detection.
|
10 years ago |
Daniel Jasper
|
fa119ac183
clang-format: Make IncludeCategories configurable in .clang-format file.
|
10 years ago |
Daniel Jasper
|
d5adefdf2d
[clang-format] Add support of consecutive declarations alignment
|
10 years ago |
Daniel Jasper
|
6cc91d4e13
clang-format: Add a new brace style "custom" as well as flags to
|
10 years ago |
Daniel Jasper
|
21b3f468fc
clang-format: Fix alignConsecutiveAssignments.
|
10 years ago |
Daniel Jasper
|
594dc4f13a
clang-format: Fix merging short case labels with comments.
|
10 years ago |
Daniel Jasper
|
41899787fa
clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
|
10 years ago |
Daniel Jasper
|
e5cffd6593
clang-format: Add space before member function reference qualifiers.
|
10 years ago |
Daniel Jasper
|
424d6212ab
clang-format: Always allow break after leading annotations.
|
10 years ago |
Daniel Jasper
|
fa82f43900
clang-format: Make formatting of member function reference qualifiers
|
10 years ago |
Daniel Jasper
|
a3933711ef
clang-format: Properly handle braced lists in macros.
|
10 years ago |
Daniel Jasper
|
05ed87540c
clang-format: Be more conservative about specially indenting blocks in C++.
|
10 years ago |
Daniel Jasper
|
d2bb239313
clang-format: Don't remove space between #elif and parentheses.
|
10 years ago |
Daniel Jasper
|
75109be3b9
clang-format: Inside decltype(), there is an expression.
|
10 years ago |
Daniel Jasper
|
3306f568e9
clang-format: Fix incorrect lambda-detection.
|
10 years ago |
Daniel Jasper
|
ef23307ace
clang-format: Make SpaceBeforeParens work with overloaded operators.
|
10 years ago |
Roman Kashitsyn
|
8aef53c9eb
Add WebKit brace style configuration option.
|
10 years ago |
Manuel Klimek
|
c5f562c2a4
Do not force linebreaks when MaxEmptyLinesToKeep is 0.
|
10 years ago |
Daniel Jasper
|
fb1bfe5464
clang-format: Fix unary operator detection in for loops.
|
10 years ago |