]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - .editorconfig
Merge pull request #33019 from yuwata/tpm2-unseal
[thirdparty/systemd.git] / .editorconfig
... / ...
CommitLineData
1# EditorConfig configuration for systemd
2# http://EditorConfig.org
3
4# NOTE: If you update this file make sure to update .dir-locals.el and .vimrc,
5# too.
6
7# Top-most EditorConfig file
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
17[NEWS]
18indent_style = space
19indent_size = 4
20
21# Match config files, set indent to spaces with width of eight
22[*.{c,h}]
23indent_style = space
24indent_size = 8
25max_line_length = 109
26
27[*.sh,mkosi.build,mkosi.prepare,mkosi.postinst]
28indent_style = space
29indent_size = 4
30
31[meson.build]
32indent_style = space
33indent_size = 8
34
35[man/*.xml]
36indent_size = 2
37indent_style = space
38max_line_length = 109
39
40[docs/**/*.css]
41indent_style = space
42indent_size = 2
43
44[docs/**/*.html]
45indent_style = space
46indent_size = 2