We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6648d commit c2f9b54Copy full SHA for c2f9b54
docs/configuration.qmd
@@ -22,6 +22,7 @@ line-ending = "auto"
22
persistent-line-breaks = true
23
exclude = []
24
default-exclude = true
25
+skip = []
26
```
27
28
## Configuration recommendations
@@ -261,4 +262,4 @@ igraph::graph_from_literal(A +-+ B +---+ C ++ D + E)
261
262
263
264
In the short term, we also anticipate that this will be useful to avoid formatting of `tibble::tribble()` calls.
-In the long term, Air may have more sophisticated features for automatically formatting using a specified alignment.
265
+In the long term, Air may have more sophisticated features for automatically formatting using a specified alignment.
0 commit comments