Guest User

Untitled

a guest
Jul 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. [*]
  2. charset=utf-8
  3. end_of_line=lf
  4. trim_trailing_whitespace=true
  5. insert_final_newline=true
  6. indent_style=space
  7. indent_size=2
  8.  
  9. [{.babelrc,.stylelintrc,.eslintrc,jest.config,*.bowerrc,*.jsb3,*.jsb2,*.json}]
  10. indent_style=space
  11. indent_size=2
  12.  
  13. [{testComponent,*.applejs,*.js}]
  14. indent_style=space
  15. indent_size=2
  16.  
  17. [*.js.flow]
  18. indent_style=space
  19. indent_size=2
  20.  
  21. [*.jsx]
  22. indent_style=space
  23. indent_size=2
  24.  
  25. [{jshint.json,*.jshintrc}]
  26. indent_style=space
  27. indent_size=2
  28.  
  29. [{*.jscs.json,*.jscsrc}]
  30. indent_style=space
  31. indent_size=2
  32.  
  33. [*.js.map]
  34. indent_style=space
  35. indent_size=2
  36.  
  37. [*.less]
  38. indent_style=space
  39. indent_size=2
  40.  
  41. [*.sass]
  42. indent_style=space
  43. indent_size=2
  44.  
  45. [{_content-list__item,*.scss}]
  46. indent_style=space
  47. indent_size=2
  48.  
  49. [{*.yml,*.yaml}]
  50. indent_style=space
  51. indent_size=2
  52.  
  53. [tslint.json]
  54. indent_style=space
  55. indent_size=2
Add Comment
Please, Sign In to add comment