File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 4
4
# many of these require the nightly channel.
5
5
6
6
binop_separator = " Back"
7
+ format_generated_files = false
7
8
format_macro_matchers = true
8
9
group_imports = " StdExternalCrate"
9
10
imports_granularity = " Item"
Original file line number Diff line number Diff line change
1
+ // @generated
2
+
1
3
/*---------------------------------------------------------------------------------------------
2
4
* Copyright (C) 2024 Posit Software, PBC. All rights reserved.
3
5
*--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change 5
5
*
6
6
*/
7
7
8
+ // Until rustfmt respects `@generated` when executing Format on Save, we have to manually
9
+ // skip generated comm files to avoid noise while debugging them
10
+ // https://github.com/rust-lang/rustfmt/issues/5080
11
+
8
12
pub mod base_comm;
9
13
pub mod comm_channel;
10
14
pub mod comm_manager;
15
+ #[ rustfmt:: skip]
11
16
pub mod data_explorer_comm;
12
17
pub mod event;
18
+ #[ rustfmt:: skip]
13
19
pub mod help_comm;
20
+ #[ rustfmt:: skip]
14
21
pub mod plot_comm;
15
22
pub mod server_comm;
23
+ #[ rustfmt:: skip]
16
24
pub mod ui_comm;
25
+ #[ rustfmt:: skip]
17
26
pub mod variables_comm;
Original file line number Diff line number Diff line change
1
+ // @generated
2
+
1
3
/*---------------------------------------------------------------------------------------------
2
4
* Copyright (C) 2024 Posit Software, PBC. All rights reserved.
3
5
*--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change
1
+ // @generated
2
+
1
3
/*---------------------------------------------------------------------------------------------
2
4
* Copyright (C) 2024 Posit Software, PBC. All rights reserved.
3
5
*--------------------------------------------------------------------------------------------*/
Original file line number Diff line number Diff line change
1
+ // @generated
2
+
1
3
/*---------------------------------------------------------------------------------------------
2
4
* Copyright (C) 2024 Posit Software, PBC. All rights reserved.
3
5
*--------------------------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments