We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bf958 commit 826f9cfCopy full SHA for 826f9cf
.editorconfig
@@ -7,6 +7,10 @@ end_of_line = lf
7
trim_trailing_whitespace = true
8
insert_final_newline = true
9
10
-[*.yml]
+[*.py]
11
+indent_style = space
12
+indent_size = 4
13
+
14
+[*.{yml,yaml}]
15
indent_style = space
16
indent_size = 2
.gitignore
@@ -12,7 +12,6 @@
# project stuff
.build/*
-docs/*
vendor/*
17
composer.lock
18
phpcs.xml
0 commit comments