.editorconfig 286 B

12345678
  1. # Editor-side declaration of the repo's text conventions. Pairs with
  2. # .gitattributes: that file pins what GIT produces (LF checkouts), this one
  3. # pins what EDITORS write to disk — the one path git's filters cannot reach.
  4. root = true
  5. [*]
  6. end_of_line = lf
  7. insert_final_newline = true