aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: bc68ff24c8240a1fd6660db844ef204eb0a57213 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

[*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
max_line_length = 85

[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
indent_style = space

[*.{c,h,cpp,hpp}{,.in}]
indent_size = 4
tests/grafts.scm?id=94e86a6b67c7a02f5f11358743f3b9f11997059c'>graft: Correctly replace references near the end of the scan buffer....Ludovic Courtès 2017-01-25grafts: Do not pull derivation outputs not depended on....Ludovic Courtès 2016-10-17grafts: Apply the right grafts in the presence of multiple outputs....Ludovic Courtès 2016-10-14grafts: 'graft-derivation' does now introduce grafts that shadow other grafts....Ludovic Courtès 2016-10-03grafts: Allow the replacement to have a different name....Ludovic Courtès 2016-07-12gexp: Remove more uses of #:modules....Ludovic Courtès 2016-05-21grafts: Rename files whose name matches a graft....Ludovic Courtès 2016-05-21grafts: Preserve empty directories when grafting....Ludovic Courtès