{ "build_systems": [ { "working_dir": "$project_path", "shell_cmd": "cargo build --color always && cargo test --color always", "name": "Build dumplingh", "target": "ansi_color_build", "syntax": "Packages/ANSIescape/ANSI.tmLanguage" }, { "working_dir": "$project_path", "cmd": "cargo doc --color always", "name": "Document dumplingh", "target": "ansi_color_build", "syntax": "Packages/ANSIescape/ANSI.tmLanguage" } ], "folders": [ { "follow_symlinks": true, "name": "Source", "path": "src" }, { "follow_symlinks": true, "name": "Tests", "path": "tests" }, { "file_include_patterns": [ "*Makefile*", "*.yml", "Cargo.*" ], "folder_exclude_patterns": [ "*" ], "follow_symlinks": true, "name": "Build files", "path": "." } ], "settings": { "tab_size": 4, "translate_tabs_to_spaces": true } }