Improve general readability #69
No reviewers
Labels
No labels
ActivityPub
advanced features
basic functionality
bug
DHT
evaluation
refactoring
security
test case
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: schmittlauch/Hash2Pub#69
Loading…
Reference in a new issue
No description provided.
Delete branch "Hecate/Hash2Pub:readability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR brings several readability enhancements:
Text
is always unqualifiedDo you plan on adding something more to this PR, or can this be merged?
@ -96,3 +97,3 @@
, migrationsInProgress = migrationsInProgress'
, httpMan = httpMan'
}
}
I should probaby define a proper indentation style for this project.
My vim plugin places the closing brace below the opening one, but I also insist on only indenting the record elements a single level.
Do I revert this change?
Depends on how it got there. Is stylish-haskell able to enforce a consistent indentation style?
Maybe I should also try to properly configure my vim indetations because they are a bit conflicting.
But until then either I or you better revert this indentation.
Reverted.
@schmittlauch Yep, it's ready to be merged.