diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-10 23:56:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-10 23:56:04 +0800 |
| commit | 89effe8b172ef871ca38a90ff77003f5a796e521 (patch) | |
| tree | 6a1dc5a4f79f08678bdb8903a7920e8545718fa7 /.stylua.toml | |
| parent | 9ba728e201657892681cafc2c6fe8ad997873b49 (diff) | |
| parent | aaeb6a813a9044892e5bb76ba4a3a61db08eae4d (diff) | |
Merge pull request #103 from jdhao/format
format with stylua
Diffstat (limited to '.stylua.toml')
| -rw-r--r-- | .stylua.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylua.toml b/.stylua.toml index f608111..4b13416 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -3,4 +3,4 @@ line_endings = "Unix" indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -no_call_parentheses = true +call_parentheses= "NoSingleTable" |
