]> git.ipfire.org Git - thirdparty/systemd.git/blob - .editorconfig
Merge pull request #1997 from fbuihuu/fix-swap-unit-ordering-dep
[thirdparty/systemd.git] / .editorconfig
1 # EditorConfig configuration for systemd
2 # http://EditorConfig.org
3
4 # top-most EditorConfig file
5 root = true
6
7 # Unix-style newlines with a newline ending every file, utf-8 charset
8 [*]
9 end_of_line = lf
10 insert_final_newline = true
11 trim_trailing_whitespace = true
12 charset = utf-8
13
14 # match config files, set indent to spaces with width of eight
15 [*.{c,h}]
16 indent_style = space
17 indent_size = 8