.editorconfig #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • mout/
  • .editorconfig
  • View
  • Commits
  • Open Download .zip Download (479 B)
; EditorConfig is awesome: http://EditorConfig.org

; top-most EditorConfig file
root = true

; base rules
[*]
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

; The default indent on package.json is 2 spaces, better to keep it so we can
; use `npm install --save` and other features that rewrites the package.json
; file automatically
[{bower,package}.json]
indent_style = space
indent_size = 2
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command