Setup sublime

This commit is contained in:
KK
2026-06-25 08:37:05 +02:00
parent fa6cf37c92
commit 02cc4698dc
18 changed files with 63 additions and 159 deletions

View File

@@ -0,0 +1,5 @@
import sublime_plugin
class SetUnixLineEnding(sublime_plugin.EventListener):
def on_pre_save(self, view):
view.set_line_endings("unix")