pkg(nixvim): Add .stylua.toml file to specify lua format
This commit is contained in:
parent
cfdd89c080
commit
933446925a
1 changed files with 5 additions and 0 deletions
5
pkgs/nixvim/.stylua.toml
Normal file
5
pkgs/nixvim/.stylua.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
column_width = 120
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue