{"id":13898697,"url":"https://github.com/luochen1990/indent-detector.vim","last_synced_at":"2025-10-24T16:33:38.688Z","repository":{"id":33266816,"uuid":"36911359","full_name":"luochen1990/indent-detector.vim","owner":"luochen1990","description":"Keep indent consistent without any effort","archived":false,"fork":false,"pushed_at":"2019-11-01T14:52:55.000Z","size":110,"stargazers_count":40,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-14T01:24:54.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luochen1990.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-05T04:15:02.000Z","updated_at":"2023-08-06T16:36:14.000Z","dependencies_parsed_at":"2022-09-02T09:20:49.408Z","dependency_job_id":null,"html_url":"https://github.com/luochen1990/indent-detector.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luochen1990/indent-detector.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Findent-detector.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Findent-detector.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Findent-detector.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Findent-detector.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luochen1990","download_url":"https://codeload.github.com/luochen1990/indent-detector.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luochen1990%2Findent-detector.vim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261622415,"owners_count":23185940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T18:04:24.630Z","updated_at":"2025-10-24T16:33:38.607Z","avatar_url":"https://github.com/luochen1990.png","language":"VimL","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"Indent Detector\n===============\n\n[这里有中文说明](https://github.com/luochen1990/indent-detector.vim/blob/master/README_cn.md)\n\nfeatures\n--------\n\n- detect mixed indent(indent with both spaces and tabs) and echo warnning on `bufEnter` and `bufWrite` automatically.\n- switch setting about indenting to fit the current indenting style automatically.\n- detecting time is limited, so you don't need to worry about opening huge files.\n\nnote\n----\n\n- the options decided by this plugin are `expandtab` `smarttab` `tabstop` `shiftwidth` `softtabstop`, and is setted via `setlocal`.\n- your own setting about indenting is also used as default when the indenting style is not decided. (when you create an empty file or enter a file which occurs no leading spaces or tabs)\n- this plugin will do nothing when you open an readonly file (`:echo \u0026readonly` to check that), so that you can open help files without warnning.\n\ninstall\n-------\n\n### via Vundle:\n\n```vim\nBundle 'luochen1990/indent-detector.vim'\n```\n\n### manually\n\nput `indentdetector.vim` to directory `~/.vim/plugin` or `vimfiles/plugin`\n\n\u003e\tremenber to restart your vim after installation\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluochen1990%2Findent-detector.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluochen1990%2Findent-detector.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluochen1990%2Findent-detector.vim/lists"}