Created
February 28, 2020 20:13
-
-
Save bsnux/a84aca9e92d5089270076d3e779d78c5 to your computer and use it in GitHub Desktop.
Editor config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EditorConfig is awesome: http://EditorConfig.org | |
# top-most EditorConfig file | |
root = true | |
[Jenkinsfile] | |
indent_size = 4 | |
indent_style = space | |
[*.groovy] | |
indent_size = 4 | |
indent_style = space | |
[*.py] | |
indent_size = 4 | |
indent_style = space | |
[*.pl] | |
indent_size = 4 | |
indent_style = space | |
[*.rb] | |
indent_size = 2 | |
indent_style = space | |
[*.sh] | |
indent_size = 2 | |
indent_style = space | |
[*.json] | |
indent_size = 2 | |
indent_style = space | |
[*.js] | |
indent_size = 2 | |
indent_style = space | |
[*.yaml] | |
indent_size = 2 | |
indent_style = space | |
[*.yml] | |
indent_size = 2 | |
indent_style = space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment