Skip to content

Commit

Permalink
Small changes in editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Dec 8, 2017
1 parent f28dac0 commit 6fec40a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,rst,ini}]
indent_style = space
indent_size = 4
[*.py]
max_line_length = 120

[*.{vue,js,json,html,yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false

# Minified JavaScript files shouldn't be changed
[**.min.js]
indent_style = ignore
insert_final_newline = ignore

0 comments on commit 6fec40a

Please sign in to comment.