1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: added stylua with custom config

This commit is contained in:
2024-03-05 19:46:26 +01:00
parent abed395a87
commit 7931d193b6
3 changed files with 23 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true