blob: eb44fcd7e4b95063b8c4f1f2e334490c9bd9656b [file] [log] [blame]
Martin Roth4e09ebe2019-08-31 16:32:11 -06001# EditorConfig: https://EditorConfig.org
2
3root = true
4
5[*]
6indent_style = tab
7tab_width = 8
8charset = utf-8
9insert_final_newline = true
10end_of_line = lf
11trim_trailing_whitespace = true