Skip to content

Commit 9365f14

Browse files
minor
1 parent 1f70d1f commit 9365f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The source code is organized as follows:
8282
| compat-dplyr.R | compatibility functions. Since styler does not depend on dplyr, we define the dplyr functions ourself.|
8383
| compat-tidyr.R | compatibility functions. Since styler does not depend on tidy, we define the tidyr functions ourself.|
8484
| 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. |
8686
| initialize.R | initializer called with the visitor at each nest. |
8787
| nest.R | converting from a text representation into a flat and then into a nested parse table representation. |
8888
| 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:
9797
| testing.R | function used for testing. |
9898
| token-create.R | Utilities for creating tokens, mostly to insert braces around mutli-line if statements. |
9999
| 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()`). |
101101
| ui.R | User interaces. Top-level functions for styling. |
102102
| unindent.R | Certain tokens cause unindention, e.g. closing braces. |
103103
| utils.R | low-level general purpose utilities. |

0 commit comments

Comments
 (0)