Files
vert.x/.editorconfig
Paulo Lopes a80eac4b53 Add editorconfig file as per wiki
Signed-off-by: Paulo Lopes <pmlopes@gmail.com>
2017-05-04 15:40:55 +02:00

10 lines
147 B
INI

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