deb-designate/designate.sublime-project
Tim Simmons e4b19ad5b9 Add Extensions to the v2 API
*Provide a framework for adding extensions to the v2 API.
*Port the Quotas extension
*Add v2 extension unit tests
*Fix small bug with noauth middleware and quota retrieval

blueprint v2-extensions
Closes-Bug: #1333892
Change-Id: I1dc395e7266a17c8c860e00ee470e14e94e82769
2014-06-26 20:27:36 +00:00

60 lines
1.3 KiB
Plaintext

{
"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"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*.egg",
"*.egg-info",
".tox",
"venv",
".venv",
".testrepository",
"doc/build",
"doc/source/api"
],
"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
}
}