mirror of
https://github.com/scratchfoundation/gargoyle.git
synced 2025-06-03 15:13:47 -04:00
25 lines
379 B
Text
25 lines
379 B
Text
{
|
|
"folders": [
|
|
{
|
|
"folder_exclude_patterns": [
|
|
"*.egg",
|
|
"build",
|
|
"dist",
|
|
"*.egg-info",
|
|
"doc/_*",
|
|
".ropeproject"
|
|
],
|
|
"file_exclude_patterns": [
|
|
"*.egg",
|
|
"*.sublime-workspace",
|
|
"*_pb2.py"
|
|
],
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"tab_size": 4,
|
|
"translate_tabs_to_spaces": true,
|
|
"trim_trailing_white_space_on_save": true
|
|
}
|
|
}
|