Compare commits

..

No commits in common. "4399f2c45e863988d284e569ddcd67836dd9e21c" and "83a39a0caa65b142b1c22d5b151b63e5e5a28b09" have entirely different histories.

2 changed files with 0 additions and 28 deletions

View File

@ -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
}

View File

@ -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"