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
failing tests....Maxim Cournoyer 2021-11-11gnu: glibc: Look for the current timezone in /etc/localtime....Ludovic Courtès 2021-09-27tests: base: Fix the screendump test....Mathieu Othacehe 2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès 2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès 2021-04-13tests: halt: Fix it....Mathieu Othacehe 2020-10-26tests: Fix nss-mdns test....Mathieu Othacehe 2020-09-10tests: install: Fix gui-installed-desktop-os-encrypted test....Mathieu Othacehe 2020-04-07services: guix: Add 'set-http-proxy' action....Ludovic Courtès 2020-04-06services: syslog: Create log files as non-world-readable....Ludovic Courtès 2020-03-05tests: 'run-basic-test' can enter a root password....Ludovic Courtès