xref: /aosp_15_r20/external/coreboot/.editorconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1# 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
12
13[*.sh]
14indent_style = space
15indent_size = 2
16