mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
20 lines
324 B
INI
20 lines
324 B
INI
root = true
|
|
|
|
[**/*.[ch]]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[**/*.xs]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|