Skip to content

Commit 1bce07f

Browse files
committed
General: Update editorconfig file with config for more file types
1 parent 6b9a65b commit 1bce07f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.editorconfig

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ charset = utf-8
1616
indent_style = space
1717
indent_size = 4
1818

19-
[*.sh]
19+
[{*.sh,*.bash}]
2020
indent_style = space
2121
indent_size = 2
2222

23-
[{Jenkinsfile,*.xml,*.json,*.neon.dist}]
23+
[{*.md,*.txt}]
24+
indent_style = space
25+
26+
[{Jenkinsfile,*.xml,*.json,*.neon.dist,*.jq,*.yml}]
2427
indent_style = space
2528
indent_size = 4

0 commit comments

Comments
 (0)