ember-cli-textarea-autosize
Version:
An Ember addon that provides a textarea component that adjusts its height according to the supplied text. Included are also several mixins that can be used to ensure `autofocus` works properly, focused text inputs have their text selected, and ctrl+enter
21 lines (20 loc) • 402 B
YAML
# See https://prettier.io/docs/en/options.html
arrowParens: 'avoid'
printWidth: 120
singleQuote: true
trailingComma: es5
overrides:
- files:
- '**/*.handlebars'
- '**/*.hbs'
options:
singleQuote: false
- files: '*.css'
options:
singleQuote: false
- files:
- '.ember-cli'
- '.watchmanconfig'
- '*.code-workspace'
options:
parser: 'json'