chore: format with stylua 0.12.0 (#2421)

This commit is contained in:
Christian Clason 2022-01-31 10:50:30 +01:00 committed by GitHub
parent 083aee0873
commit 05c963602b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 71 additions and 52 deletions

View file

@ -1,3 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
no_call_parentheses = true
quote_style = "AutoPreferDouble"
call_parentheses = "None"