Skip to content

Commit d14b503

Browse files
committed
Add .editorconfig #1054
1 parent 4a19a64 commit d14b503

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig for Perl project
2+
# - Indentation: tabs
3+
# - Tab width: 8
4+
# - Indentation style: Ratliff
5+
6+
root = true
7+
8+
[*]
9+
charset = utf-8
10+
indent_style = tab
11+
indent_size = 8
12+
end_of_line = lf
13+
insert_final_newline = true
14+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)