Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Wrong indention for attr set as parameter #301

Open
Gerschtli opened this issue Oct 29, 2022 · 0 comments
Open

Wrong indention for attr set as parameter #301

Gerschtli opened this issue Oct 29, 2022 · 0 comments
Labels
formatting Issue with the output format needs triage

Comments

@Gerschtli
Copy link

This indention does not make any sense to me. All arguments should be indented.

Input

runCommand
  "name"
  { }
  "touch $out"

Output

runCommand
  "name"
{ }
  "touch $out"

Desired output

runCommand
  "name"
  { }
  "touch $out"
@Gerschtli Gerschtli added formatting Issue with the output format needs triage labels Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
formatting Issue with the output format needs triage
Projects
None yet
Development

No branches or pull requests

1 participant