File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 77
88# Revision history for nixfmt
99
10+ ## 0.2.0 -- 2019-07-25
11+
12+ * Fixed indentation of binders and some other expressions.
13+ * Use atomic writes to avoid data loss.
14+ * Made idempotent.
15+ * Pinned nixpkgs.
16+ * Simplified some code.
17+ * Many other formatting improvements.
18+
1019## 0.1.0 -- 2019-05-11
1120
1221* The first released version of nixfmt. This project aims to provide a
Original file line number Diff line number Diff line change 44 - SPDX-License-Identifier: MPL-2.0
55 -->
66
7-
8- _ Warning: This is a work in progress, and we do not recommend using this
9- tool on important code that was not properly backed-up as the
10- in place mode can result in data loss._
11-
12-
137# ` nixfmt `
148
159` nixfmt ` is a formatter for Nix code, intended to easily apply a uniform style.
You can’t perform that action at this time.
0 commit comments