Idris2/.editorconfig
Stiopa Koltsov f79eaa570d Specify tab size in .editorconfig
... as 2.
2021-01-21 11:30:54 +00:00

8 lines
138 B
INI

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