.editorconfig

1# Ref: https://editorconfig.org
2
3root = true
4
5[*]
6end_of_line = lf
7insert_final_newline = true
8trim_trailing_whitespace = true