diff options
author | max397574 <[email protected]> | 2021-11-06 10:26:51 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-06 10:26:51 +0100 |
commit | 67e1af348314df7dc020a6ac0fa02b69ff99afea (patch) | |
tree | 0ced9a339cb55da6d337717eb47d1337d068b2aa /stylua.toml | |
parent | 2191d8ee016b17b5ee2a53c55e031f86badc735a (diff) |
feat(stylua): ✨use parentheses
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 3e5eed0..5a4c161 100644 --- a/stylua.toml +++ b/stylua.toml @@ -2,4 +2,4 @@ column_width = 80 indent_type = "Spaces" indent_width = 2 quote_style = "AutoPreferDouble" -no_call_parentheses = true +no_call_parentheses = false |