discover/.editorconfig

9 lines
143 B
INI
Raw Normal View History

2019-05-27 15:22:45 +00:00
root=true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace= true