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
taller/utils.scm?id=408427a36c6545115068d5f06de2ea21407374c6'>installer: Add installer-specific run command process....Josselin Poiret 2022-02-02installer: Capture external commands output....Josselin Poiret 2022-02-02installer: Un-export syslog syntax....Josselin Poiret 2022-02-02installer: Use new installer-log-line everywhere....Josselin Poiret 2022-02-02installer: Generalize logging facility....Josselin Poiret 2022-01-14installer: Do not set the locale in run-command....Mathieu Othacehe 2020-12-11install: Discover local substitute servers....Mathieu Othacehe 2020-11-17installer: Fix device synchronization....Mathieu Othacehe