Skip to content

Commit

Permalink
style: Reformat Lua with stylua matching SILE's code style
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 2, 2024
1 parent 03f23f7 commit 421e325
Show file tree
Hide file tree
Showing 7 changed files with 740 additions and 649 deletions.
30 changes: 15 additions & 15 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
std = "min+sile"
include_files = {
"**/*.lua",
"*.rockspec",
".luacheckrc"
"**/*.lua",
"*.rockspec",
".luacheckrc",
}
exclude_files = {
"lua_modules",
".lua",
".luarocks",
".install"
"lua_modules",
".lua",
".luarocks",
".install",
}
globals = {
"_fpFamily",
"_fpFeatures",
"_fpFilename",
"_fpLanguage",
"_fpScript",
"_fpSize",
"_fpStyle",
"_fpWeight"
"_fpFamily",
"_fpFeatures",
"_fpFilename",
"_fpLanguage",
"_fpScript",
"_fpSize",
"_fpStyle",
"_fpWeight",
}
max_line_length = false
-- vim: ft=lua
Loading

0 comments on commit 421e325

Please sign in to comment.