Skip to content

Instantly share code, notes, and snippets.

@mbektchiev
Created January 23, 2015 09:11
Show Gist options
  • Select an option

  • Save mbektchiev/0868944482e36089c6fd to your computer and use it in GitHub Desktop.

Select an option

Save mbektchiev/0868944482e36089c6fd to your computer and use it in GitHub Desktop.
.editorconfig for AppBuilder coding style
# top-most EditorConfig file
root = true
[*]
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.xaml]
indent_style = tab
indent_size = 2
[Work/GitHub/cordova-{plugman,android,ios,lib,mobile-spec}/**]
# Indentation override for all 3rd party 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