mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 09:07:57 +00:00
Align style guide for default = [ "std" ] vs default = ["std"] (#2603)
This commit is contained in:
@@ -157,7 +157,7 @@ format looks like this:
|
||||
- The feature is written as a single line if it fits within 80 chars:
|
||||
```toml
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
default = ["std"]
|
||||
```
|
||||
|
||||
- Otherwise the feature is broken down into multiple lines with one entry per line. Each line is padded with one tab and
|
||||
|
||||
Reference in New Issue
Block a user