NetworkManager/.editorconfig
Thomas Haller 1b61323231 Squashed 'src/c-rbtree/' content from commit 8aa7bd1828ee
git-subtree-dir: src/c-rbtree
git-subtree-split: 8aa7bd1828eedb19960f9eef98d15543ec9f34eb
2021-10-01 16:10:39 +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