.editorconfig 142 B

123456789
  1. root = true
  2. [!{node_modules}/**]
  3. end_of_line = lf
  4. charset = utf-8
  5. [{*.js,*.ts,*.html,*.gql,*.graqhql}]
  6. indent_style = space
  7. indent_size = 2