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 d0e02ef commit 4739d2dCopy full SHA for 4739d2d
.changeset/bright-trains-glow.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-solana-program": patch
3
4
+
5
+Remove nightly features from rustfmt.toml
template/base/rustfmt.toml
@@ -1,8 +1,10 @@
max_width = 100
-imports_indent = "Block"
-imports_layout = "Mixed"
-imports_granularity = "Crate"
-group_imports = "Preserve"
6
reorder_imports = true
7
reorder_modules = true
8
-reorder_impl_items = false
+# == Nightly only. ==
+# imports_indent = "Block"
+# imports_layout = "Mixed"
+# imports_granularity = "Crate"
9
+# group_imports = "Preserve"
10
+# reorder_impl_items = false
0 commit comments