]> git.ipfire.org Git - thirdparty/systemd.git/blame - .editorconfig
tree-wide: also settle on "initrd" instead of "initial RAM disk"
[thirdparty/systemd.git] / .editorconfig
CommitLineData
db787e79
CH
1# EditorConfig configuration for systemd
2# http://EditorConfig.org
3
2eb169bd
LP
4# NOTE: If you update this file make sure to update .dir-locals.el and .vimrc,
5# too.
6
7# Top-most EditorConfig file
db787e79
CH
8root = true
9
10# Unix-style newlines with a newline ending every file, utf-8 charset
11[*]
12end_of_line = lf
13insert_final_newline = true
14trim_trailing_whitespace = true
15charset = utf-8
16
2eb169bd 17# Match config files, set indent to spaces with width of eight
db787e79
CH
18[*.{c,h}]
19indent_style = space
20indent_size = 8
83f0ec79 21max_line_length = 109
a86d0fe1 22
cc5549ca
ZJS
23[*.sh]
24indent_style = space
25indent_size = 4
26
a86d0fe1
FS
27[meson.build]
28indent_style = space
29indent_size = 8
3544f65f
AR
30
31[man/*.xml]
32indent_size = 2
33indent_style = space
c5f26a02 34max_line_length = 109
add4a110
BF
35
36[docs/**/*.css]
37indent_style = space
38indent_size = 2
39
40[docs/**/*.html]
41indent_style = space
42indent_size = 2