udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / .editorconfig
blob071dac0c11af317c37b9bebc7282479f94cb95f0
1 # EditorConfig configuration for systemd
2 # http://EditorConfig.org
4 # NOTE: If you update this file make sure to update .dir-locals.el and .vimrc,
5 # too.
7 # Top-most EditorConfig file
8 root = true
10 # Unix-style newlines with a newline ending every file, utf-8 charset
11 [*]
12 end_of_line = lf
13 insert_final_newline = true
14 trim_trailing_whitespace = true
15 charset = utf-8
17 # Match config files, set indent to spaces with width of eight
18 [*.{c,h}]
19 indent_style = space
20 indent_size = 8
21 max_line_length = 109
23 [*.sh,mkosi.build,mkosi.prepare,mkosi.postinst]
24 indent_style = space
25 indent_size = 4
27 [meson.build]
28 indent_style = space
29 indent_size = 8
31 [man/*.xml]
32 indent_size = 2
33 indent_style = space
34 max_line_length = 109
36 [docs/**/*.css]
37 indent_style = space
38 indent_size = 2
40 [docs/**/*.html]
41 indent_style = space
42 indent_size = 2