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