Sublime tweaks.
This commit is contained in:
parent
047285bee1
commit
4c70b05d22
@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
// A default initial value to fill the create new file input path with.
|
"default_root": "current"
|
||||||
"default_initial": ":"
|
|
||||||
}
|
}
|
@ -4,8 +4,10 @@
|
|||||||
[
|
[
|
||||||
"AdvancedNewFile",
|
"AdvancedNewFile",
|
||||||
"CoffeeScript",
|
"CoffeeScript",
|
||||||
|
"DocBlockr",
|
||||||
"EditorConfig",
|
"EditorConfig",
|
||||||
"Emmet",
|
"Emmet",
|
||||||
|
"GitGutter",
|
||||||
"Hayaku - tools for writing CSS faster",
|
"Hayaku - tools for writing CSS faster",
|
||||||
"Inc-Dec-Value",
|
"Inc-Dec-Value",
|
||||||
"Package Control",
|
"Package Control",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"default_line_ending": "unix",
|
"default_line_ending": "unix",
|
||||||
"detect_indentation": false,
|
"detect_indentation": false,
|
||||||
"detect_slow_plugins": false,
|
"detect_slow_plugins": false,
|
||||||
"drag_text": false,
|
"drag_text": true,
|
||||||
"fallback_encoding": "Cyrillic (Windows 1251)",
|
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||||
"font_face": "Consolas",
|
"font_face": "Consolas",
|
||||||
"font_size": 14,
|
"font_size": 14,
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"sublimelinter_notes": true,
|
"sublimelinter_notes": true,
|
||||||
"pep8_ignore": [ // https://github.com/jcrocholl/pep8/blob/master/pep8.py
|
"pep8_ignore": [ // https://github.com/jcrocholl/pep8/blob/master/pep8.py
|
||||||
"E501", // Line too long
|
"E501", // Line too long
|
||||||
|
"E701", // Multiple statements on one line
|
||||||
"W191" // Indentation contains tabs
|
"W191" // Indentation contains tabs
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user