Skip to content

Commit 21b9133

Browse files
tests: format all in files with air for comparion
1 parent 8b43fe2 commit 21b9133

File tree

116 files changed

+1638
-1553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+1638
-1553
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
c(
2-
"x", "z",
3-
"cgjhg", "thi", "z"
2+
"x",
3+
"z",
4+
"cgjhg",
5+
"thi",
6+
"z"
47
)
58

6-
79
c(
8-
"x", "z",
9-
"cgjhg", "thi", "z"
10+
"x",
11+
"z",
12+
"cgjhg",
13+
"thi",
14+
"z"
1015
)
1116

12-
1317
c(
14-
"x", "y", "z", "m", "n", "o", "p",
15-
"c", "d"
18+
"x",
19+
"y",
20+
"z",
21+
"m",
22+
"n",
23+
"o",
24+
"p",
25+
"c",
26+
"d"
1627
)
+14-25
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,27 @@
11
# aligned
2-
function(x = NULL,
3-
tt = NULL,
4-
ayz = NULL) {}
5-
2+
function(x = NULL, tt = NULL, ayz = NULL) {
3+
}
64

75
# aligned
8-
k <- function(x = NULL,
9-
aq = NULL,
10-
ayz = NULL) {}
11-
6+
k <- function(x = NULL, aq = NULL, ayz = NULL) {
7+
}
128

139
# aligned, eq right
14-
function(x = 2,
15-
tt = 1,
16-
ayz = 99) {}
10+
function(x = 2, tt = 1, ayz = 99) {
11+
}
1712

1813
# aligned, eq left
19-
function(x = 2,
20-
tt = 1,
21-
ayz = 99) {}
22-
14+
function(x = 2, tt = 1, ayz = 99) {
15+
}
2316

2417
# not aligned
25-
k <- function(x = fish,
26-
aq = 21,
27-
ayz = t(322)) {}
18+
k <- function(x = fish, aq = 21, ayz = t(322)) {
19+
}
2820

2921
# aligned
30-
k <- function(x = flus(we),
31-
aq = x - 22, k = 22,
32-
ayz = m(jk5), xfea = 3) {}
33-
22+
k <- function(x = flus(we), aq = x - 22, k = 22, ayz = m(jk5), xfea = 3) {
23+
}
3424

3525
# aligned
36-
k <- function(x = flus(we),
37-
aq = x - 22, k = 22,
38-
ayz = m(jk5), xfea = 3) {}
26+
k <- function(x = flus(we), aq = x - 22, k = 22, ayz = m(jk5), xfea = 3) {
27+
}

0 commit comments

Comments
 (0)