mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-25 07:50:35 +03:00
adding editorconfig and gitattributes, attempting to get spec passing on travis
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
* text=auto
|
||||||
@@ -104,7 +104,7 @@ describe("vue-input-autosize", () => {
|
|||||||
template: "<input type='text' :value='msg' v-el:test v-input-autosize />",
|
template: "<input type='text' :value='msg' v-el:test v-input-autosize />",
|
||||||
data(){
|
data(){
|
||||||
return {
|
return {
|
||||||
msg: "Hi"
|
msg: "a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user