mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-06-03 19:02:02 +00:00
style: add and apply stylua config
Made it compatible with the .editorconfig already present and didn't introduce any bells and whistles beyond that. Fixed the typo in .editorconfig indent_style while I was at it.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
line_endings = "Unix"
|
||||
indent_type = "Tabs"
|
||||
indent_width = 4
|
||||
quote_style = "AutoPreferDouble"
|
||||
call_parentheses = "Always"
|
||||
Reference in New Issue
Block a user