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

Fix the indentation to 2 spaces #107

Merged
merged 2 commits into from Oct 31, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fix the indentation to 2 spaces

  • Loading branch information
Shwetajain148 committed Oct 24, 2017
commit 2842814b7c67c5a1aae8c9326844c5fc74c9220c
@@ -0,0 +1,12 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*.sh]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.