Skip to content

Commit 826f9cf

Browse files
committed
:octocat:
1 parent 61bf958 commit 826f9cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.editorconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ end_of_line = lf
77
trim_trailing_whitespace = true
88
insert_final_newline = true
99

10-
[*.yml]
10+
[*.py]
11+
indent_style = space
12+
indent_size = 4
13+
14+
[*.{yml,yaml}]
1115
indent_style = space
1216
indent_size = 2

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
# project stuff
1414
.build/*
15-
docs/*
1615
vendor/*
1716
composer.lock
1817
phpcs.xml

0 commit comments

Comments
 (0)