Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HLint nits & typos #85

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Fix HLint nits & typos #85

merged 2 commits into from
Oct 24, 2024

Conversation

9999years
Copy link
Collaborator

  • Add .editorconfig so my editor knows how much to indent Haskell files in this repository
  • Fix HLint nits, which were distracting with haskell-language-server
  • Fix a couple typos
  • Add documentation for a couple functions/parameters
  • Add an Outputs type alias to make it clearer what some of the Set Text values represent

- Add `.editorconfig` so my editor knows how much to indent Haskell
  files in this repository
- Fix HLint nits, which were distracting with haskell-language-server
- Fix a couple typos
- Add documentation for a couple functions/parameters
- Add an `Outputs` type alias to make it clearer what some of the `Set
  Text` values represent
@9999years 9999years marked this pull request as ready for review October 22, 2024 23:47
@s-and-witch
Copy link
Collaborator

Can we add .editorconfig to the .gitignore, so anyone would be able to setup what they want to? I'm not sure about specifics, but that looks like a part of individual workflow configuration and can't be generalized to satisfy everyone.

@9999years
Copy link
Collaborator Author

@s-and-witch Check out https://editorconfig.org/; it's just for the indent size, which is in fact specific to the project and not the workflow.

src/Nix/Diff/Types.hs Outdated Show resolved Hide resolved
@s-and-witch s-and-witch merged commit 1f8f2ff into Gabriella439:main Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants