Skip to content

Instantly share code, notes, and snippets.

@ang3lkar
Last active February 12, 2016 09:31
Show Gist options
  • Save ang3lkar/c56178467a16f50919fd to your computer and use it in GitHub Desktop.
Save ang3lkar/c56178467a16f50919fd to your computer and use it in GitHub Desktop.
Editor configuration files
"*":
editor:
preferredLineLength: 120
showIndentGuide: true
tabLength: 2
whitespace:
ensureSingleTrailingNewline: true
removeTrailingWhitespace: true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
{
"ensure_newline_at_eof_on_save": true,
"rulers": [120],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment