/hackchatPYS

Python server from hack.chat

Primary LanguageCSSApache License 2.0Apache-2.0

HackchatPYS

Note

rewrite

Sublime Text3 Setting

{
	"font_face":"FiraCode-Medium", # or FiraCode-Light
	"font_size": 13,
	"theme": "auto",
	"color_scheme": "Monokai.sublime-color-scheme",
	"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*","__pycache__","hidden-*"],
    	"rulers": [80],
    	"word_wrap": true,
    	"wrap_width": 80,
}