hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
104 stars 55 forks source link

Fix editorconfig settings #238

Closed mklein994 closed 6 years ago

mklein994 commented 6 years ago

Json, yaml, and html files are indented with 2 spaces, the rest are indented with tabs.

The glob pattern wasn't expanding correctly when I added the .editorconfig file; I forgot some braces.

Using 2 spaces makes it simpler in general, since a lot of these files are managed externally (npm, VSCode, etc.).

@hjalmers you can use this commit, or change it to suit your needs; just note that currently .editorconfig is broken. This doesn't conflict with prettier or tslint.