repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp: Rewrite acpi_create_drhd
[coreboot.git]
/
.editorconfig
blob
f270d4cdaa8da1ab2c069cad2f88eac52e269489
1
# EditorConfig: https://EditorConfig.org
2
3
root = true
4
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
12
13
[*.sh]
14
indent_style = space
15
indent_size = 2