blob: 4b134160513ee5db9affa26fc926ecf74d1512ff (
plain)
1
2
3
4
5
6
|
# config for stylua, ref: https://github.com/JohnnyMorganz/StyLua
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses= "NoSingleTable"
|