summaryrefslogtreecommitdiff
path: root/python-designateclient.sublime-project
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@hp.com>2013-06-09 21:18:36 +0100
committerKiall Mac Innes <kiall@hp.com>2013-06-09 22:08:11 +0100
commit67c14f0573f15f6fbe6c71e8323828af27e1203a (patch)
tree7c4a5b73ba04120f865b0b2495164680b389bc2b /python-designateclient.sublime-project
parentdbd861712228c0e5cb8b959c0b75b76cca66c156 (diff)
downloadpython-designateclient-67c14f0573f15f6fbe6c71e8323828af27e1203a.tar.gz
Rename Moniker -> Designate
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
Diffstat (limited to 'python-designateclient.sublime-project')
-rw-r--r--python-designateclient.sublime-project56
1 files changed, 56 insertions, 0 deletions
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
+ }
+}