tree: add clang-format off labels
When I figure out how to make clang-format ignore struct array initialisers, I'll get rid of this.
This commit is contained in:
parent
3c53685e4a
commit
669eb3fd28
5 changed files with 11 additions and 1 deletions
2
lfs.c
2
lfs.c
|
@ -535,6 +535,8 @@ fs_workdir(lua_State *L)
|
|||
return lfail(L);
|
||||
}
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
static const luaL_Reg fslib[] = {
|
||||
{"basename", fs_basename},
|
||||
{"copy", fs_copy},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue