NetworkManager/.editorconfig
Beniamino Galvani 1ea09eb549 Squashed 'shared/c-siphash/' content from commit 24e301e32
git-subtree-dir: shared/c-siphash
git-subtree-split: 24e301e32939be88744a9d0f81d18d9b7b8f4e37
2018-04-18 15:19:58 +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