initial source import (v0.26) and packaging

This commit is contained in:
Tobias Oberstein 2013-10-22 16:31:42 +02:00
parent f3a7507d82
commit f89b6bbf6a
11 changed files with 4134 additions and 37 deletions

21
scour.sublime-project Normal file
View file

@ -0,0 +1,21 @@
{
"folders":
[
{
"name": "Scour",
"path": ".",
"folder_exclude_patterns": ["*.egg-info", "build", "dist"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.pyd"]
}
],
"settings":
{
"default_encoding": "UTF-8",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"tab_size": 3,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
}