Skip to content

Instantly share code, notes, and snippets.

@sayak-sarkar
Created February 24, 2016 11:48
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 sayak-sarkar/40a1f4fdc55dc0d1b78b to your computer and use it in GitHub Desktop.
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
[*.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