https://github.com/jreybert/vim-selecttabpolicy
Automatically detect if tabulations are real tabulations or spaces.
https://github.com/jreybert/vim-selecttabpolicy
Last synced: about 1 year ago
JSON representation
Automatically detect if tabulations are real tabulations or spaces.
- Host: GitHub
- URL: https://github.com/jreybert/vim-selecttabpolicy
- Owner: jreybert
- Created: 2013-09-21T22:25:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T22:36:46.000Z (over 12 years ago)
- Last Synced: 2025-01-27T11:50:08.013Z (over 1 year ago)
- Language: VimL
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This script tries to detect which tabulation policy is used in a fresh opened source file, ie. are tabulation spaces or real tabulations.
It needs more work for space case, as it often select "8 spaces" tabs...