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
id=deac7bf6ac7a943c9685949bf4dda7a2b1ba56c3'>doc: Improve anchor collection....Ludovic Courtès 2020-04-13doc: Avoid invalid 'match' pattern in 'syntax-highlighted-html'....Ludovic Courtès 2020-04-13doc: Emit hyperlinks in HTML output for @lisp snippets....Ludovic Courtès 2020-01-12doc: Make sure 'htmlxref.cnf' is honored....Ludovic Courtès 2019-11-28doc: Handle right arrows in 'syntax-highlighted-html'....Ludovic Courtès 2019-10-22doc: Use the right title in HTML indices for the cookbook....Ludovic Courtès 2019-10-21doc: More responsive online manual....Julien Lepiller 2019-10-21doc: Add support for "guix-cookbook.texi" to 'build.scm'....Ludovic Courtès 2019-09-25doc: Support paren matching via CSS hover....Ludovic Courtès 2019-09-07doc: Work around (htmlprag) parser issue....Ludovic Courtès 2019-09-07doc: Highlight Scheme syntax in the HTML output....Ludovic Courtès 2019-07-16doc: Add 'images' directory next to HTML pages....Ludovic Courtès 2019-07-15doc: Build a top-level index of the manuals....Ludovic Courtès 2019-07-15doc: Generalize build procedures of HTML indexes....Ludovic Courtès 2019-07-07build: Add 'doc/build.scm' to build on-line copies of the manual....Ludovic Courtès