maverickpuss

.editorconfig

Feb 27th, 2020
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root = true
  2.  
  3. [*]
  4. charset = utf-8
  5. indent_style = space
  6. indent_size = 2
  7. max_line_length = 80
  8. end_of_line = lf
  9. insert_final_newline = true
  10. trim_trailing_whitespace = true
Add Comment
Please, Sign In to add comment