Skip to content

Commit c2f9b54

Browse files
authored
Add skip to defaults (#349)
1 parent ca6648d commit c2f9b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ line-ending = "auto"
2222
persistent-line-breaks = true
2323
exclude = []
2424
default-exclude = true
25+
skip = []
2526
```
2627

2728
## Configuration recommendations
@@ -261,4 +262,4 @@ igraph::graph_from_literal(A +-+ B +---+ C ++ D + E)
261262
```
262263

263264
In the short term, we also anticipate that this will be useful to avoid formatting of `tibble::tribble()` calls.
264-
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

Comments
 (0)