From 4c6e2047622c4bda41a83a0a9d42e6bb7d372477 Mon Sep 17 00:00:00 2001 From: lorenzwalthert <10477073+lorenzwalthert@users.noreply.github.com> Date: Wed, 9 Oct 2024 06:33:41 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20r-lib/st?= =?UTF-8?q?yler@faa0558e102a1b9f37278b54ce4d7cfeec9b2b91=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev/articles/customizing_styler.html | 6 +++--- dev/articles/remove_rules.html | 4 ++-- dev/pkgdown.yml | 2 +- dev/reference/set_line_break_around_curly_curly.html | 2 +- dev/reference/set_space_in_curly.html | 8 ++++++++ dev/reference/style_file.html | 10 +++++----- dev/search.json | 2 +- 7 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 dev/reference/set_space_in_curly.html diff --git a/dev/articles/customizing_styler.html b/dev/articles/customizing_styler.html index e6e0c5654..19f995725 100644 --- a/dev/articles/customizing_styler.html +++ b/dev/articles/customizing_styler.html @@ -185,7 +185,7 @@
As the name says, this function removes spaces after the opening parenthesis. But how? Its input is a nest. Since the visitor @@ -331,7 +331,7 @@
This means that the order of the styling is clearly defined and it is for example not possible to modify line breaks based on spacing, because @@ -469,7 +469,7 @@
With our example function
set_line_break_before_curly_opening()
we don’t need to
diff --git a/dev/articles/remove_rules.html b/dev/articles/remove_rules.html
index e0d619b53..c5b6273a1 100644
--- a/dev/articles/remove_rules.html
+++ b/dev/articles/remove_rules.html
@@ -178,7 +178,7 @@
Next, you simply set that element to NULL
.
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 29b056b1a..68e7bbffb 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -10,7 +10,7 @@ articles: strict: strict.html styler: styler.html third-party-integrations: third-party-integrations.html -last_built: 2024-09-30T07:10Z +last_built: 2024-10-09T06:32Z urls: reference: https://styler.r-lib.org/reference article: https://styler.r-lib.org/articles diff --git a/dev/reference/set_line_break_around_curly_curly.html b/dev/reference/set_line_break_around_curly_curly.html index f631a4e32..3d1b2d4a4 100644 --- a/dev/reference/set_line_break_around_curly_curly.html +++ b/dev/reference/set_line_break_around_curly_curly.html @@ -113,7 +113,7 @@Usage
+set_space_in_curly(pd)set_line_break_around_curly_curly(pd) -set_space_in_curly_curly(pd)