Skip to content

Instantly share code, notes, and snippets.

View syarynovskyi's full-sized avatar

Sergiy syarynovskyi

View GitHub Profile
{
"default_encoding": "UTF-8",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
@syarynovskyi
syarynovskyi / gist:a79986ce1a81adb2eb1985f5c349ce62
Created December 8, 2018 16:40
Sublime as default for commit
git config --global core.editor "subl -w"
git config --global commit.verbose true