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
dmin.scm?id=79501f26ab6d82c0256ff786a5dfb0000b52ccd3'>services: Add 'unattended-upgrade-service-type'....Ludovic Courtès 2020-05-06services: rottlog: Append '.gz' to rotated file....Brice Waegeneire 2019-06-15services: Remove unneeded imports that led to cycles....Ludovic Courtès 2018-12-23services: Fix typo in (gnu services admin)....Tobias Geerinckx-Rice 2018-10-04services: rottlog: Use command strings in the mcron jobs....Ludovic Courtès 2018-09-10services: tailon: Move to (gnu services web)....Ludovic Courtès 2018-03-22gnu: shepherd: Update to 0.4.0....Ludovic Courtès 2018-03-22services: rottlog: Add /var/log/debug to '%default-rotations'....Ludovic Courtès 2017-11-05services: Add 'description' fields....Ludovic Courtès 2017-08-09services: admin: Simplify the handling of the Tailon debug? option....Christopher Baines 2017-08-09services: Update the Tailon service for Tailon 1.3.0....Christopher Baines 2017-08-09services: Add missing wrap-lines option to tailon....Christopher Baines 2017-07-29gnu: services: admin: Add tailon....Christopher Baines