repo.or.cz
/
consume.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Explicitly write out inference rule for .c.o
[consume.git]
/
.editorconfig
blob
486b9c48969a10eda1780898cfcaa29ed88bc0b9
1
root = true
2
3
[*.{c,h}]
4
end_of_line = lf
5
insert_final_newline = true
6
charset = utf-8
7
trim_trailing_whitespace = true
8
indent_style = tab
9
indent_size = 8
10
max_line_length = 80
11
12
[Makefile]
13
indent_style = tab