Skip to content

Commit

Permalink
Remove unnecessary indent_style options in .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Aug 1, 2022
1 parent a1f22eb commit c6c787d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,21 @@ charset = utf-8
trim_trailing_whitespace = true

[*.css]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[package.json]
indent_style = space
indent_size = 2

[.yamllint.conf]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 2

# Ignore paths
Expand Down

0 comments on commit c6c787d

Please sign in to comment.