Skip to content

Instantly share code, notes, and snippets.

@josephj
Created June 13, 2013 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save josephj/5770528 to your computer and use it in GitHub Desktop.
Save josephj/5770528 to your computer and use it in GitHub Desktop.
root = true
[*.js]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = double
spaces_around_operators = true
space_after_control_statements = true
space_after_anonymous_functions = true
trim_trailing_whitespace = true
spaces_in_brackets = false
[*.{json,yml}]
indent_style = space
indent_size = 2
@appleboy
Copy link

duplicate "trim_trailing_whitespace" property?

@nXqd
Copy link

nXqd commented Sep 18, 2013

fork it, fix it :3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment