mirror of
https://github.com/documize/community.git
synced 2025-08-09 15:35:27 +02:00
upgraded to latest ember release
This commit is contained in:
parent
cb4dedeb37
commit
20f9272d46
28 changed files with 729 additions and 695 deletions
20
app/.editorconfig
Normal file
20
app/.editorconfig
Normal file
|
@ -0,0 +1,20 @@
|
|||
# EditorConfig helps developers define and maintain consistent
|
||||
# coding styles between different editors and IDEs
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.hbs]
|
||||
insert_final_newline = false
|
||||
|
||||
[*.{diff,md}]
|
||||
trim_trailing_whitespace = false
|
Loading…
Add table
Add a link
Reference in a new issue