Skip to main content
Module

x/denops_std/option/mod.ts>shiftwidth

📚 Standard module for denops.vim
Go to Latest
variable shiftwidth
import { shiftwidth } from "https://deno.land/x/denops_std@v3.8.0/option/mod.ts";

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.