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 8e9acdd commit 5a6c4a7Copy full SHA for 5a6c4a7
web/src/main.rs
@@ -131,6 +131,10 @@ fn app() -> Html {
131
FormatOptions {
132
checksums: app_store.settings.postprocess.checksums,
133
line_numbers: app_store.settings.postprocess.line_numbers,
134
+ newline_before_comment: app_store
135
+ .settings
136
+ .postprocess
137
+ .newline_before_comment,
138
..Default::default()
139
},
140
&mut acc,
@@ -148,6 +152,10 @@ fn app() -> Html {
148
152
149
153
150
154
155
156
157
158
151
159
160
161
&mut zip,
0 commit comments