NetworkManager/.editorconfig
Beniamino Galvani afe2594a77 Squashed 'shared/c-list/' content from commit 317aa1c65
git-subtree-dir: shared/c-list
git-subtree-split: 317aa1c65743ff528a27542f6785d29a05cc6e0c
2018-04-18 15:20:33 +02:00

11 lines
158 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 8