Skip to content

Instantly share code, notes, and snippets.

@ekickx
Last active March 17, 2022 05:23
Show Gist options
  • Save ekickx/f51e568dd136643efbea1a3de2d4302b to your computer and use it in GitHub Desktop.
Save ekickx/f51e568dd136643efbea1a3de2d4302b to your computer and use it in GitHub Desktop.
cache = true -- Rerun tests only if their modification time changed.
std = luajit
codes = true
self = false
ignore = {
"212" -- ignore unused arguments
}
globals = {
"_",
}
-- Global objects defined by the C code
read_globals = {
"vim",
}
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "None"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment