wasmi/.editorconfig

10 lines
156 B
INI
Raw Normal View History

2018-01-22 17:08:17 +00:00
root = true
[*]
2019-01-03 11:38:23 +00:00
indent_style=space
indent_size = 4
2018-01-22 17:08:17 +00:00
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true