Last active
March 17, 2022 05:23
-
-
Save ekickx/f51e568dd136643efbea1a3de2d4302b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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