Skip to content

Commit

Permalink
chore: update .editorconfig 💅
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Sep 7, 2023
1 parent 51ef409 commit 1e5c5c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.{xml,py,md,mkd,markdown}]
[*.{py,md,mkd,markdown}]
indent_size = 4

[*.xml]
indent_style = tab

[*.{md,mkd,markdown}]
trim_trailing_whitespace = false

# python files without extension
[show-duplicate-java-classes]
indent_size = 4
2 changes: 0 additions & 2 deletions bin/.editorconfig

This file was deleted.

0 comments on commit 1e5c5c4

Please sign in to comment.