1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00
Rampant/.luacheckrc

26 lines
478 B
Plaintext
Raw Permalink Normal View History

2021-02-13 20:49:54 -08:00
globals = {
"mods",
2021-02-13 20:49:54 -08:00
"game",
2021-02-27 14:50:26 -08:00
"util",
2021-02-13 22:24:17 -08:00
"data",
2021-02-13 20:49:54 -08:00
"remote",
"settings",
"commands",
"global",
"rendering",
"table_size",
"script",
"defines",
"ProcessorG",
"ConstantsG",
"ChunkPropertyUtilsG",
"ChunkUtilsG",
"MapUtilsG",
"MathUtilsG",
"SquadG",
2021-02-13 20:49:54 -08:00
"unitUtilsG",
"BaseUtilsG",
"UtilsG"
2021-02-27 14:50:26 -08:00
}
max_line_length = false