21 lines
462 B
Text
21 lines
462 B
Text
{
|
|
"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
|
|
}
|
|
}
|