Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "folders":
- [
- {
- "path": "./",
- "follow_symlinks": true,
- "file_exclude_patterns": [
- ],
- "folder_exclude_patterns": [
- "tmp",
- "source_maps",
- ".bundle",
- "node_modules",
- "vendor",
- "qa/fixtures/seeds",
- "spec/fixtures"
- ],
- }
- ],
- "settings": {
- "auto_indent": true,
- "detect_indentation": true,
- "ensure_newline_at_eof_on_save": true,
- "rulers": [ 100 ],
- "smart_indent": true,
- "tab_size": 4,
- "translate_tabs_to_spaces": true,
- "trim_automatic_white_space": true,
- "trim_trailing_white_space_on_save": true,
- "use_tab_stops": true,
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment