Skip to content

Instantly share code, notes, and snippets.

@mburakerman
Created February 13, 2018 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mburakerman/4ea18a5db30b8ea17c3f3f1c3a1a56a1 to your computer and use it in GitHub Desktop.
Save mburakerman/4ea18a5db30b8ea17c3f3f1c3a1a56a1 to your computer and use it in GitHub Desktop.
Editor Config file
root = true
# for all languages
[*]
indent_style = space
indent_size = 2
# for javascript
[*.js]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment