sb/intel/bd82x6x: Rework PCH ID cache
[coreboot.git] / .editorconfig
blobf270d4cdaa8da1ab2c069cad2f88eac52e269489
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
13 [*.sh]
14 indent_style = space
15 indent_size = 2