| --- |
| name: Feature Request |
| about: Create a feature request for rustfmt. |
| labels: C-feature-request |
| --- |
| <!-- |
| Please note that rustfmt's core scope is to pretty-print a parsed program's AST |
| according to the rules defined in the Rust Style Guide. Supporting this function |
| and its associated maintenance takes top priority. Any other features, such as |
| auxiliary formatting configuration options, are secondary to that core mission. |
| --> |
| |
| ## Feature Request |
| |
| ### Summary |
| |
| <!-- Please summarize what feature you are requesting. --> |
| |
| ### Motivation |
| |
| <!-- |
| - Can you say more on why this feature would be desirable to the wider Rust |
| community as well? |
| - Can you give example snippets to demonstrate the difference between having |
| and not having the proposed feature? |
| --> |
| |
| ### Related configuration options |
| |
| <!-- |
| - Are there stable/unstable formatting configuration options related to this |
| feature request? |
| --> |