.editorconfig 121 B

1234567891011
  1. root = true
  2. [*]
  3. charset = utf-8
  4. end_of_line = lf
  5. indent_style = tab
  6. [.travis.yml]
  7. indent_style = space
  8. indent_size = 2