Advertisement
justin_hanekom

Default .editorconfig

Nov 30th, 2018 (edited)
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Makefile,makefile]
  2. indent_style = tab
  3. end_of_line = lf
  4. charset = utf-8
  5. trim_trailing_space = true
  6.  
  7. [*.*]
  8. indent_style = space
  9. indent_size = 3
  10. end_of_line = lf
  11. charset = utf-8
  12. trim_trailing_space = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement