soc/intel/broadwell: Fix 'dead increment'
[coreboot.git] / .editorconfig
blobeb44fcd7e4b95063b8c4f1f2e334490c9bd9656b
1 # EditorConfig: https://EditorConfig.org
3 root = true
5 [*]
6 indent_style = tab
7 tab_width = 8
8 charset = utf-8
9 insert_final_newline = true
10 end_of_line = lf
11 trim_trailing_whitespace = true