blob: eb44fcd7e4b95063b8c4f1f2e334490c9bd9656b [file] [log] [blame]
Arthur Heymans78615a72023-12-22 13:51:22 +01001# 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