Skip to content

Commit

Permalink
General: Update editorconfig file with config for more file types
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Aug 22, 2023
1 parent 113ff45 commit fbfb1bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ charset = utf-8
indent_style = space
indent_size = 4

[*.sh]
[{*.sh,*.bash}]
indent_style = space
indent_size = 2

[{Jenkinsfile,*.xml,*.json,*.neon.dist}]
[{*.md,*.txt}]
indent_style = space

[{Jenkinsfile,*.xml,*.json,*.neon.dist,*.jq,*.yml}]
indent_style = space
indent_size = 4

0 comments on commit fbfb1bf

Please sign in to comment.