We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928e632 commit 60ee059Copy full SHA for 60ee059
.editorconfig
@@ -8,3 +8,12 @@ tab_width = 8
8
end_of_line = lf
9
trim_trailing_whitespace = true
10
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
@@ -1,3 +1,7 @@
1
+/*
2
+ * ex: set ts=8 sts=4 sw=4 et:
3
+ */
4
5
#define PERL_IN_XS_APITEST
6
7
/* We want to be able to test things that aren't API yet. */
0 commit comments