Skip to content

Commit

Permalink
Remove irrelevant config options, set line length to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
nifadyev committed Jul 19, 2024
1 parent 76c7844 commit 79491bf
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@ root = true
[Makefile]
indent_style = tab

[*.{html,py,js,yml}]
[*.{py,yml}]
charset = utf-8

[*.js]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 4

[*.py]
indent_style = space
indent_size = 4
line_length = 79
line_length = 100
multi_line_output = 3

0 comments on commit 79491bf

Please sign in to comment.