Setup sublime
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import sublime_plugin
|
||||
|
||||
class SetUnixLineEnding(sublime_plugin.EventListener):
|
||||
def on_pre_save(self, view):
|
||||
view.set_line_endings("unix")
|
||||
Reference in New Issue
Block a user