Skip to content

Commit

Permalink
Merge pull request OpenShot#3030 from ferdnyc/editorconfig-2
Browse files Browse the repository at this point in the history
Add Python and JavaScript rules to .editorconfig
  • Loading branch information
jonoomph authored Nov 17, 2019
2 parents b0a074f + 8421f91 commit a683f52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ root = true
[*]
insert_final_newline = true
end_of_line = 'lf'
[*.py]
charset = 'utf8'
trim_trailing_whitespace = true
indent_style = 'space'
indent_size = 4
[*.js]
charset = 'utf8'
trim_trailing_whitespace = true
indent_style = 'space'
indent_size = 2

0 comments on commit a683f52

Please sign in to comment.