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 d54a0ab commit ad80741Copy full SHA for ad80741
.editorconfig
@@ -0,0 +1,11 @@
1
+root = true
2
+
3
+[*]
4
+indent_style = tab
5
+indent_size = 4
6
+trim_trailing_whitespace = true
7
+insert_final_newline = false
8
9
+[*.php]
10
+indent_style = space
11
+insert_final_newline = true
composer.json
@@ -0,0 +1,8 @@
+{
+ "name": "epickris/data-format",
+ "autoload": {
+ "psr-4": {
+ "EpicKris\\": "src/"
+ }
+}
0 commit comments