NetworkManager/.editorconfig
Beniamino Galvani 4f4e966556 Squashed 'shared/c-rbtree/' content from commit bf627e0c3
git-subtree-dir: shared/c-rbtree
git-subtree-split: bf627e0c32241915108f66ad9738444e4d045b45
2018-09-18 15:08:36 +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