Daniel Jasper
|
d27c92ca6f
clang-format: Enable #include sorting by default.
|
9 年之前 |
Daniel Jasper
|
e1a6bbbe9d
clang-format: Turn on wrapping before "else" for WebKit style.
|
9 年之前 |
Daniel Jasper
|
6e0ab6e499
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
|
9 年之前 |
Nico Weber
|
f92e9f7794
clang-format: Teach --sort-includes to interleave #include and #import.
|
9 年之前 |
Nico Weber
|
e930baa03c
clang-format: Extend main header include sorting heuristic to Objective-C files.
|
9 年之前 |
Daniel Jasper
|
a055582ecc
clang-format: [JS] Handle string literals spanning character classes.
|
9 年之前 |
Nico Weber
|
4e6f624643
clang-format/java: Break after annotations on fields in Chromium style.
|
9 年之前 |
Daniel Jasper
|
e9e7993cfc
clang-format: [JS] handle character classes in regexes.
|
10 年之前 |
Daniel Jasper
|
9a58694aec
Make clang-format actually respect custom brace wrapping flags.
|
10 年之前 |
Daniel Jasper
|
fa119ac183
clang-format: Make IncludeCategories configurable in .clang-format file.
|
10 年之前 |
Benjamin Kramer
|
9aa66ec171
[VFS] Transition clang-format to use an in-memory FS.
|
10 年之前 |
Saleem Abdulrasool
|
e1cb12fa9b
Add -f[no-]declspec to control recognition of __declspec as a keyword
|
10 年之前 |
Daniel Jasper
|
d5adefdf2d
[clang-format] Add support of consecutive declarations alignment
|
10 年之前 |
Daniel Jasper
|
6cc91d4e13
clang-format: Add a new brace style "custom" as well as flags to
|
10 年之前 |
Daniel Jasper
|
8580b330e6
clang-format: Extend #include sorting functionality
|
10 年之前 |
Daniel Jasper
|
30ddf33877
clang-format: Add initial #include sorting capabilities.
|
10 年之前 |
Nico Weber
|
cb369333ab
clang-format: Remove ChromiumStyle.MacroBlockBegin.
|
10 年之前 |
Roman Kashitsyn
|
8aef53c9eb
Add WebKit brace style configuration option.
|
10 年之前 |
Daniel Jasper
|
5061880d99
clang-format: Take nested lines into account when detection C++03
|
10 年之前 |
Birunthan Mohanathas
|
fac72109a1
clang-format: Add Mozilla brace breaking style
|
10 年之前 |
Birunthan Mohanathas
|
0af047c817
clang-format: Add MacroBlock{Begin,End} options
|
10 年之前 |
Daniel Jasper
|
5e92afa681
clang-format: [JS] Treat regex literals like string literals.
|
10 年之前 |
Daniel Jasper
|
33f8df6cdd
clang-format: [JS] Skip comments when applying the regex-literal heuristic
|
10 年之前 |
Daniel Jasper
|
5c1b5f8d06
clang-format: [JS] Fix bug in regex literal parsing.
|
10 年之前 |
Daniel Jasper
|
89095b5026
clang-format: [JS] Support regex literals at the start of a file.
|
10 年之前 |
Daniel Jasper
|
b73f25667c
clang-format: [JS] Fix character counting in template strings.
|
10 年之前 |
Birunthan Mohanathas
|
9d44adcff8
clang-format: Add option to break after definition return type for top-level functions only
|
10 年之前 |
Birunthan Mohanathas
|
18bd7cce0d
clang-format: Adjust Mozilla style defaults
|
10 年之前 |
Birunthan Mohanathas
|
921f738f27
clang-format: Stop old options from overriding new options
|
10 年之前 |
Birunthan Mohanathas
|
94be9fb347
clang-format: Alphabetize FormatStyle members
|
10 年之前 |