config/sublime/Packages/LineEndings
2013-10-23 12:14:48 -07:00
..
.gitignore add new sublime packages 2013-03-15 10:49:28 -07:00
Commands.sublime-commands add new sublime packages 2013-03-15 10:49:28 -07:00
Indentation.sublime-menu add new sublime packages 2013-03-15 10:49:28 -07:00
license.txt add new sublime packages 2013-03-15 10:49:28 -07:00
LineEndings.py update sublime packages 2013-10-23 12:14:48 -07:00
LineEndings.sublime-settings add new sublime packages 2013-03-15 10:49:28 -07:00
Main.sublime-menu add new sublime packages 2013-03-15 10:49:28 -07:00
package-metadata.json update sublime packages 2013-10-23 12:14:48 -07:00
readme.md update sublime packages 2013-10-23 12:14:48 -07:00

Description

Provides line endings and convert indentation shortcuts for Sublime Text 2. See: http://www.sublimetext.com/

Allows to:

  • Show the current "line ending" on status bar.
  • Change line endings from the command palette.
  • Change line endings from the "tab size" menu of the statusbar.
  • Display an alert when the line_ending is not some you expect.
  • Convert indentation to spaces or tabs for all views on current window
  • Convert line endings for all views on current window

Todo

Show mixed line endings.

Installation

Install this repository via "Package Control" http://wbond.net/sublime_packages/package_control

Contributors

  • polyvertex
  • Nicholas Buse