We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaaf0c commit a202fa3Copy full SHA for a202fa3
.stylua.toml
@@ -1,6 +1,6 @@
1
-column_width = 120
+column_width = 80
2
line_endings = "Unix"
3
-indent_type = "Spaces"
+indent_type = "Tabs"
4
indent_width = 2
5
-quote_style = "AutoPreferDouble"
+quote_style = "AutoPreferSingle"
6
no_call_parentheses = false
lua/plugin_name/module.lua
@@ -3,7 +3,7 @@ local M = {}
---@return string
M.my_first_function = function()
- return "hello world!"
+ return 'hello world!'
7
end
8
9
return M
0 commit comments