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 7
7
8
8
# Revision history for nixfmt
9
9
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
+
10
19
## 0.1.0 -- 2019-05-11
11
20
12
21
* The first released version of nixfmt. This project aims to provide a
Original file line number Diff line number Diff line change 4
4
- SPDX-License-Identifier: MPL-2.0
5
5
-->
6
6
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
-
13
7
# ` nixfmt `
14
8
15
9
` 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