Skip to content

Commit 0499fff

Browse files
authored
chore: fix editorconfig (#4)
* chore: update editorconfig From DevKit. * chore: add .idea/
1 parent ea0bc39 commit 0499fff

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.editorconfig

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at http://editorconfig.org
3+
14
root = true
25

36
[*]
4-
end_of_line = lf
5-
indent_style = space
6-
indent_space = 4
77
charset = utf-8
8-
trim_trailing_whitespace = true
8+
indent_size = 4
9+
indent_style = space
10+
end_of_line = lf
911
insert_final_newline = true
12+
trim_trailing_whitespace = true
1013

11-
[*.yml]
14+
[*.{yml,yaml}]
1215
indent_size = 2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode/
2+
.idea/
23
build/
34
vendor/
45
composer.lock

0 commit comments

Comments
 (0)