import { op } from "https://deno.land/x/ddc_vim@v4.3.0/deps.ts";
const { shiftround } = op;
Round indent to multiple of 'shiftwidth'. Applies to > and < commands. CTRL-T and CTRL-D in Insert mode always round the indent to a multiple of 'shiftwidth' (this is Vi compatible). NOTE: This option is reset when 'compatible' is set.
(default off)