Guest User

Untitled

a guest
Nov 18th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # top-most EditorConfig file
  2. root = true
  3.  
  4. # Unix-style newlines with a newline ending every file
  5. [*]
  6. end_of_line = lf
  7. insert_final_newline = true
  8.  
  9. # Matches multiple files with brace expansion notation
  10. # Set default charset
  11. charset = utf-8
  12.  
  13. # Indentation override for all JS under lib directory
  14. indent_style = space
  15. indent_size = 2
  16.  
  17. # Matches the exact files either package.json or .travis.yml
  18. [{package.json,.travis.yml}]
  19. indent_style = space
  20. indent_size = 2
Add Comment
Please, Sign In to add comment