Skip to content

Commit 1e5c5c4

Browse files
committed
chore: update .editorconfig 💅
1 parent 51ef409 commit 1e5c5c4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ indent_style = space
99
indent_size = 2
1010
trim_trailing_whitespace = true
1111

12-
[*.{xml,py,md,mkd,markdown}]
12+
[*.{py,md,mkd,markdown}]
1313
indent_size = 4
1414

1515
[*.xml]
1616
indent_style = tab
1717

1818
[*.{md,mkd,markdown}]
1919
trim_trailing_whitespace = false
20+
21+
# python files without extension
22+
[show-duplicate-java-classes]
23+
indent_size = 4

bin/.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)