We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b1ef3 commit 0c63e29Copy full SHA for 0c63e29
.editorconfig
@@ -8,6 +8,8 @@ indent_style = space
8
indent_size = 4
9
trim_trailing_whitespace = true
10
11
-[*.yml]
12
-indent_style = space
+[*.md]
+trim_trailing_whitespace = false
13
+
14
+[*.{yml,yaml,neon}]
15
indent_size = 2
.gitignore
@@ -1,8 +1,3 @@
1
-# Common
2
-/.env
3
-/*.cache
4
-
5
6
# IDE
7
/.idea/
@@ -11,4 +6,4 @@
/vendor/
# Testing
-../../test.php
+test.php
0 commit comments