Skip to content

Commit 60ee059

Browse files
committed
Set .editorconfig for .xs files and add modeline to APItest.xs
1 parent 928e632 commit 60ee059

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ tab_width = 8
88
end_of_line = lf
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
11+
12+
[**/*.xs]
13+
charset = utf-8
14+
indent_style = space
15+
indent_size = 4
16+
tab_width = 8
17+
end_of_line = lf
18+
trim_trailing_whitespace = true
19+
insert_final_newline = true

ext/XS-APItest/APItest.xs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* ex: set ts=8 sts=4 sw=4 et:
3+
*/
4+
15
#define PERL_IN_XS_APITEST
26

37
/* We want to be able to test things that aren't API yet. */

0 commit comments

Comments
 (0)