This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/mousetrap/mousetrap.sublime-project
2020-11-01 22:46:04 +00:00

21 lines
488 B
Plaintext

{
"settings":
{
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
},
"folders":
[
{
"path": "./",
"folder_exclude_patterns": ["bin", "coverage", "node_modules"],
"file_exclude_patterns": ["*.sublime-workspace"]
}
]
}