Created
February 13, 2018 07:37
-
-
Save mburakerman/4ea18a5db30b8ea17c3f3f1c3a1a56a1 to your computer and use it in GitHub Desktop.
Editor Config file
This file contains 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
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