7 lines
103 B
Lua
7 lines
103 B
Lua
|
local function FileFormat()
|
||
|
local fileformat = [[%{&ff}]]
|
||
|
return fileformat
|
||
|
end
|
||
|
|
||
|
return FileFormat
|