mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-11 02:01:36 +03:00
54fd2bca4c
Add .editorconfig to the repository to trim trailing whitespaces and insert trailing newlines in many editors. See also #931
7 lines
122 B
INI
7 lines
122 B
INI
[*.idr]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|