aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormichzappa <59343378+michzappa@users.noreply.github.com>2022-05-16 00:36:47 -0400
committerGitHub <noreply@github.com>2022-05-15 21:36:47 -0700
commitcececba08fa7cb39a24d0f2c97aebf3dfd70a2cf (patch)
tree2a66d1fb711bf9a51b6323fe7fd53a65c14884a2 /CHANGELOG.md
parent363d634c5c3d79983fb44d2238fcfdf24fbf81b2 (diff)
Add nixfmt (#98)
* Add nixfmt * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f601ec..55a76de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,8 @@ The format is based on [Keep a Changelog].
* [dart-format](https://dart.dev/tools/dart-format) for Dart ([#89]).
* [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) for PHP
([#87]).
-* [ktlint](https://github.com/pinterest/ktlint) for Kotlin ([#95]).
+* [ktlint](https://github.com/pinterest/ktlint) for Kotlin ([#97]).
+* [nixfmt](https://github.com/serokell/nixfmt) for Nix ([#98]).
### Features
* Support remote files and buffers that were opened through TRAMP
@@ -31,6 +32,8 @@ The format is based on [Keep a Changelog].
[#87]: https://github.com/raxod502/apheleia/pull/87
[#89]: https://github.com/raxod502/apheleia/pull/89
[#94]: https://github.com/radian-software/apheleia/pull/94
+[#97]: https://github.com/radian-software/apheleia/pull/97
+[#98]: https://github.com/radian-software/apheleia/pull/98
## 2.0
### Breaking changes