/ .editorconfig
.editorconfig
1  [*]
2  indent_style = space
3  insert_final_newline = true
4  indent_size = 2
5  trim_trailing_whitespace = true