From 67c14f0573f15f6fbe6c71e8323828af27e1203a Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Sun, 9 Jun 2013 21:18:36 +0100 Subject: Rename Moniker -> Designate Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879 --- python-designateclient.sublime-project | 56 ++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 python-designateclient.sublime-project (limited to 'python-designateclient.sublime-project') diff --git a/python-designateclient.sublime-project b/python-designateclient.sublime-project new file mode 100644 index 0000000..62b55f3 --- /dev/null +++ b/python-designateclient.sublime-project @@ -0,0 +1,56 @@ +{ + "folders": + [ + { + "file_exclude_patterns": + [ + "*.pyc", + "*.pyo", + "*.exe", + "*.dll", + "*.obj", + "*.o", + "*.a", + "*.lib", + "*.so", + "*.dylib", + "*.ncb", + "*.sdf", + "*.suo", + "*.pdb", + "*.idb", + ".DS_Store", + "*.class", + "*.psd", + "*.db", + ".vagrant", + ".noseids" + ], + "folder_exclude_patterns": + [ + ".svn", + ".git", + ".hg", + "CVS", + "*.egg", + "*.egg-info", + ".tox", + "venv" + ], + "path": "." + } + ], + "settings": + { + "default_line_ending": "unix", + "detect_indentation": false, + "ensure_newline_at_eof_on_save": true, + "rulers": + [ + 79 + ], + "tab_size": 4, + "translate_tabs_to_spaces": true, + "trim_trailing_white_space_on_save": true + } +} -- cgit v1.2.1