base settings
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"auto_complete_triggers": [{"selector": "source.python - string - comment - constant.numeric", "characters": "."}],
|
||||
"bold_folder_labels": true,
|
||||
"caret_style": "phase",
|
||||
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
|
||||
"complete_all_paramters": true,
|
||||
"draw_white_space": "all",
|
||||
"ensure_newline_at_eof_on_save": true,
|
||||
"font_face": "Source Code Pro",
|
||||
"font_size": 10,
|
||||
"highlight_line": true,
|
||||
"ignored_packages":
|
||||
[
|
||||
"Vintage"
|
||||
],
|
||||
"indent_to_bracket": true,
|
||||
"settings":
|
||||
{
|
||||
"extra_paths":
|
||||
[
|
||||
"/usr/bin/python3"
|
||||
],
|
||||
"python_interpreter": "$VIRTUAL_ENV/bin/python"
|
||||
},
|
||||
"theme": "ayu-mirage.sublime-theme",
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"ui_separator": true,
|
||||
"word_wrap": true,
|
||||
"wrap_width": 80,
|
||||
"enable_docstrings_tooltip": true,
|
||||
"merge_signatures_and_doc": true,
|
||||
"display_signatures": true,
|
||||
"enable_signatures_tooltip": true
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"linters": {
|
||||
"pycodestyle": {
|
||||
"ignore": ["E402", "W503"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"getenv_command": false
|
||||
}
|
||||
29
Projects/base.sublime-project
Normal file
29
Projects/base.sublime-project
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"build_systems":
|
||||
[
|
||||
{
|
||||
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
||||
"name": "Anaconda Python Builder",
|
||||
"selector": "source.python",
|
||||
"shell_cmd": "\"python\" -u \"$file\""
|
||||
}
|
||||
],
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "/home/dtomlinson/projects"
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
{
|
||||
"SublimeLinter.linters.pycodestyle.disable": false,
|
||||
"SublimeLinter.linters.pyflakes.disable": false,
|
||||
"anaconda_linting": false,
|
||||
"convert_tabspaces_on_save": false,
|
||||
"enable_signatures_tooltip": true,
|
||||
"merge_signatures_and_doc": true,
|
||||
"python_interpreter": "$VIRTUAL_ENV/bin/python3",
|
||||
|
||||
},
|
||||
"virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning"
|
||||
}
|
||||
13
license
Normal file
13
license
Normal file
@@ -0,0 +1,13 @@
|
||||
----- BEGIN LICENSE -----
|
||||
Daniel Tomlinson
|
||||
Single User License
|
||||
EA7E-1191504
|
||||
B7247E82 4D7DF7E3 0DCEAA31 84FADD53
|
||||
5071BF1A 21425BA2 6C157EA3 29A30F44
|
||||
C78246A0 E03DB8B8 1BFBE716 2545B2EA
|
||||
A05CC0F2 D4B2F43E EF9513C9 6DC905BE
|
||||
A288909E 2092311F E98C2F73 C1B09593
|
||||
6DB46BA5 1CC15DCE A23515E4 FEF86D69
|
||||
08C039B2 F83A94F2 0872FDAE 77976D1F
|
||||
8747C411 8D853567 5B586E01 A9CBEE15
|
||||
------ END LICENSE ------
|
||||
Reference in New Issue
Block a user