Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.83 KB | None | 0 0
  1. {
  2.     "binary_file_patterns":
  3.     [
  4.         "*.jpg",
  5.         "*.jpeg",
  6.         "*.png",
  7.         "*.gif",
  8.         "*.ttf",
  9.         "*.tga",
  10.         "*.dds",
  11.         "*.ico",
  12.         "*.eot",
  13.         "*.pdf",
  14.         "*.swf",
  15.         "*.jar",
  16.         "*.zip"
  17.     ],
  18.     "default_line_ending": "unix",
  19.     "detect_indentation": false,
  20.     "draw_white_space": "selection",
  21.     "fallback_encoding": "UTF-8",
  22.     "file_exclude_patterns":
  23.     [
  24.         ".idea",
  25.         "*.pyc",
  26.         "*.pyo",
  27.         "*.exe",
  28.         "*.dll",
  29.         "*.obj",
  30.         "*.o",
  31.         "*.a",
  32.         "*.lib",
  33.         "*.so",
  34.         "*.dylib",
  35.         "*.ncb",
  36.         "*.sdf",
  37.         "*.suo",
  38.         "*.pdb",
  39.         "*.idb",
  40.         ".DS_Store",
  41.         "*.class",
  42.         "*.psd",
  43.         "*.db"
  44.     ],
  45.     "font_size": 14,
  46.     "highlight_modified_tabs": true,
  47.     "ignored_packages":
  48.     [
  49.         "Vintage"
  50.     ],
  51.     "tab_size": 4,
  52.     "translate_tabs_to_spaces": true,
  53.     "trim_trailing_white_space_on_save": true,
  54.     "update_check": false,
  55.     "word_wrap": false
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement