2020-12-30 15:48:51 +01:00

7 lines
103 B
Lua

local function FileFormat()
local fileformat = [[%{&ff}]]
return fileformat
end
return FileFormat