xref: /openbsd-src/gnu/usr.bin/perl/.editorconfig (revision 256a93a44f36679bee503f12e49566c2183f6181)
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
11