import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { fixendofline } = op;
When writing a file and this option is on, <EOL>
at the end of file
will be restored if missing. Turn this option off if you want to
preserve the situation from the original file.
When the 'binary' option is set the value of this option doesn't
matter.
See the 'endofline' option.
See eol-and-eof
for example settings.
(default on)