mirror of
https://github.com/scratchfoundation/gargoyle.git
synced 2025-07-07 21:43:55 -04:00
26 lines
379 B
Text
26 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
|
||
|
}
|
||
|
}
|