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

treewide: switch back to alejandra formatting #1629

Closed
wants to merge 4 commits into from

Commits on Jun 4, 2024

  1. flake-modules: treefmt is formatter by default

    Remove explicit `formatter = config.treefmt.build.wrapper`, because treefmt's `flakeFormatter` option (default `true`) handles that for us.
    MattSturgeon committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e71511c View commit details
    Browse the repository at this point in the history
  2. flake-modules: switch fmt to alejandra

    Sorry nixfmt-rfc-style; it's not you, it's me.
    MattSturgeon committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    97fc5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9cab7f View commit details
    Browse the repository at this point in the history
  4. .git-blame-ignore-revs: init

    Initially added to ignore large-scale reformatting commits when using
    `git blame`.
    
    See [GitHub's Documentation][1] and the [`git blame` manual][2].
    
    [1]: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
    [2]: https://www.git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
    MattSturgeon committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    882a882 View commit details
    Browse the repository at this point in the history