Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Guess the indent from lines of around.

NotificationsYou must be signed in to change notification settings

hrsh7th/nvim-dansa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess the indent from lines of around.

usage

localdansa=require('dansa')-- global settings.dansa.setup({-- The offset to specify how much lines to use.scan_offset=100,-- The count for cut-off the indent candidate.cutoff_count=5,-- The settings for tab-indentation or when it cannot be guessed.default= {expandtab=true,space= {shiftwidth=2,    },tab= {shiftwidth=4,    }  }})-- per filetype settings.dansa.setup.filetype('go', {default= {expandtab=false,tab= {shiftwidth=4,    }  }})

About

Guess the indent from lines of around.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp