Compare commits
No commits in common. "4399f2c45e863988d284e569ddcd67836dd9e21c" and "83a39a0caa65b142b1c22d5b151b63e5e5a28b09" have entirely different histories.
4399f2c45e
...
83a39a0caa
21
.luacheckrc
21
.luacheckrc
@ -1,21 +0,0 @@
|
|||||||
-- Global objects
|
|
||||||
globals = {
|
|
||||||
"PACKER_BOOTSTRAP",
|
|
||||||
"astronvim",
|
|
||||||
"astronvim_installation",
|
|
||||||
"vim",
|
|
||||||
"bit",
|
|
||||||
"C",
|
|
||||||
"packer_plugins",
|
|
||||||
}
|
|
||||||
|
|
||||||
-- Rerun tests only if their modification time changed
|
|
||||||
cache = true
|
|
||||||
|
|
||||||
-- Don't report unused self arguments of methods
|
|
||||||
self = false
|
|
||||||
|
|
||||||
ignore = {
|
|
||||||
"631", -- max_line_length
|
|
||||||
"212/_.*", -- unused argument, for vars with "_" prefix
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
column_width = 120
|
|
||||||
line_endings = "Unix"
|
|
||||||
indent_type = "Spaces"
|
|
||||||
indent_width = 2
|
|
||||||
quote_style = "AutoPreferDouble"
|
|
||||||
call_parentheses = "None"
|
|
||||||
collapse_simple_statement = "Always"
|
|
Loading…
Reference in New Issue
Block a user