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 e6fadbf commit 2cc8117Copy full SHA for 2cc8117
NEWS.md
@@ -1,5 +1,21 @@
1
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
2
3
+# styler 1.9.0.9001
4
+
5
+**Bug fixes**
6
7
+- Fix interaction between cache and stylerignore that could produce invalid code (#1072).
8
+- Don't remove line break around `{{` and comments that can yield invalid code (#1070).
9
+- Double indent is also kept if there is only one argument (#1094).
10
+- Improved blank lines handling for roxygen examples (#1085).
11
+- style roxygen examples even if nothing comes after (#1089).
12
13
+**Other**
14
15
+- Document `"qmd"` as a valid `filetype` (#1091).
16
17
18
19
# styler 1.9.0
20
21
**Features**
0 commit comments