Created
February 24, 2016 11:48
-
-
Save sayak-sarkar/40a1f4fdc55dc0d1b78b to your computer and use it in GitHub Desktop.
My EditorConfig preferences for Sublime Text 3 and MEAN.js based projects
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
[*.js] | |
indent_style = space | |
indent_size = 2 | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[{package.json,*.yml}] | |
indent_style = space | |
indent_size = 2 | |
[*.md] | |
trim_trailing_whitespace = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment