This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / .editorconfig
CommitLineData
6867dc01
MS
1root = true
2
3[**/*.[ch]]
4charset = utf-8
5indent_style = space
6indent_size = 4
7tab_width = 8
8end_of_line = lf
9trim_trailing_whitespace = true
10insert_final_newline = true