You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The source code is organized as follows:
82
82
| compat-dplyr.R | compatibility functions. Since styler does not depend on dplyr, we define the dplyr functions ourself.|
83
83
| compat-tidyr.R | compatibility functions. Since styler does not depend on tidy, we define the tidyr functions ourself.|
84
84
| expr-is.R | Functions to check whether an expression matches a predicate (e.g. whether it *is* a function call, a curly brace expression etc.). |
85
-
| indent.R | Computation of whether indention is needed (needs_indention()), if so which indices are indented and how indention is it is triggered. |
85
+
| indent.R | Computation of whether indention is needed (`needs_indention()`), if so which indices are indented and how indention is it is triggered. |
86
86
| initialize.R | initializer called with the visitor at each nest. |
87
87
| nest.R | converting from a text representation into a flat and then into a nested parse table representation. |
88
88
| nested-to-tree.R | utilities to create a tree representation from text (after text was converted into a nested parse table). |
@@ -97,7 +97,7 @@ The source code is organized as follows:
97
97
| testing.R | function used for testing. |
98
98
| token-create.R | Utilities for creating tokens, mostly to insert braces around mutli-line if statements. |
99
99
| token-define.R | Defines which tokens belong to which group. |
100
-
| transform-code.R, transform-files.R | Transformation of code for APIs that manipulate files (e.g. style_file()). |
100
+
| transform-code.R, transform-files.R | Transformation of code for APIs that manipulate files (e.g. `style_file()`). |
101
101
| ui.R | User interaces. Top-level functions for styling. |
102
102
| unindent.R | Certain tokens cause unindention, e.g. closing braces. |
103
103
| utils.R | low-level general purpose utilities. |
0 commit comments