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