Skip to content

Commit 9dff51b

Browse files
authored
Improve formatting a bit (#4)
1 parent ff5d347 commit 9dff51b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorFormatter"
22
uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]

src/ITensorFormatter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const JULIAFORMATTER_OPTIONS = (
3838
indent_submodule = true,
3939
separate_kwargs_with_semicolon = true,
4040
surround_whereop_typeparameters = true,
41-
disallow_single_arg_nesting = true,
41+
disallow_single_arg_nesting = false,
4242
normalize_line_endings = "unix",
4343
# Line-wrapping-related options
4444
trailing_comma = true,

0 commit comments

Comments
 (0)