Skip to content

Commit

Permalink
v1.1.22: Added experimental setting "Fix spaces".
Browse files Browse the repository at this point in the history
  • Loading branch information
eggnstone committed Sep 14, 2024
1 parent 73b3c6b commit a79852f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.22

- Added experimental setting "Fix spaces".

## 1.1.21

- Better formatting of strings and comments.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/Constants/Generated/VersionConstants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class VersionConstants
{
static const int MAJOR = 1;
static const int MINOR = 1;
static const int PATCH = 21;
static const int PATCH = 22;

static const Version VERSION = Version(MAJOR, MINOR, PATCH);
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dart_format
description: A formatter for Dart. Like dartfmt. But better ;) Because it's configurable.
homepage: https://github.com/eggnstone/dart_format
version: 1.1.21
version: 1.1.22
topics:
- code-style
- formatting
Expand Down

0 comments on commit a79852f

Please sign in to comment.