Skip to content

Instantly share code, notes, and snippets.

@bsnux
Created February 28, 2020 20:13
Show Gist options
  • Save bsnux/a84aca9e92d5089270076d3e779d78c5 to your computer and use it in GitHub Desktop.
Save bsnux/a84aca9e92d5089270076d3e779d78c5 to your computer and use it in GitHub Desktop.
Editor config
# 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