Idris2/.editorconfig
Stiopa Koltsov 54fd2bca4c Add .editorconfig
Add .editorconfig to the repository to trim trailing whitespaces
and insert trailing newlines in many editors.

See also #931
2021-01-16 10:02:14 +00:00

7 lines
122 B
INI

[*.idr]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true