NetworkManager/.editorconfig
Thomas Haller 9412d8fa46 Squashed 'src/n-acd/' content from commit a600afc87087
git-subtree-dir: src/n-acd
git-subtree-split: a600afc870872bbdfc8081ca68d5665334cb9e6e
2021-10-01 15:27:52 +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