import { op } from "https://deno.land/x/ddc_vim@v4.3.0/deps.ts";
const { shiftwidth } = op;
Number of spaces to use for each step of (auto)indent. Used for
'cindent'
, >>
, <<
, etc.
When zero the 'ts' value will be used. Use the shiftwidth()
function to get the effective shiftwidth value.
(default 8)