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 f2e851f commit 05bb674Copy full SHA for 05bb674
.stylua.toml
@@ -0,0 +1,5 @@
1
+column_width = 80
2
+line_endings = "Unix"
3
+indent_type = "Spaces"
4
+indent_width = 4
5
+quote_style = "AutoPreferDouble"
Makefile
@@ -5,5 +5,8 @@ all: lint test
test:
6
nvim --headless --noplugin -u scripts/minimal_init.vim -c "PlenaryBustedDirectory lua/tests/automated/ { minimal_init = './scripts/minimal_init.vim' }"
7
8
+fmt:
9
+ stylua lua/ --config-path=.stylua.toml
10
+
11
lint:
12
luacheck lua/greyjoy
0 commit comments