Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python and JavaScript rules to .editorconfig #3030

Merged
merged 3 commits into from
Nov 17, 2019

Conversation

ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Oct 5, 2019

This builds on #3029, and adds some basic Python and JavaScript style rules:

Python

  • UTF-8 encoding
  • Four-space indents
  • No trailing whitespace

JavaScript

  • UTF-8 encoding
  • Two-space indents
  • No trailing whitespace

These settings seem to be roughly in line with the existing codebase. (The indentation on the JavaScript code is actually a complete mess, it switches seemingly at random between four-, two-, and one-space indents mixed with tab indents.)

@jonoomph jonoomph merged commit a683f52 into OpenShot:develop Nov 17, 2019
@jonoomph
Copy link
Member

LG

@ferdnyc ferdnyc deleted the editorconfig-2 branch November 19, 2019 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants