.editorconfig 246 B

12345678
  1. ; This file is for unifying the coding style for different editors and IDEs.
  2. ; More information at http://editorconfig.org
  3. ; This style originates from https://github.com/fewagency/best-practices
  4. root = true
  5. [*]
  6. charset = utf-8
  7. end_of_line = lf