jbogard / bulk-writer

Provides guidance for fast ETL jobs, an IDataReader implementation for SqlBulkCopy (or the MySql or Oracle equivalents) that wraps an IEnumerable, and libraries for mapping entites to table columns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add .editorconfig to standardize code formatting between contributors

goodmanmd opened this issue · comments

Example default file can be found here.

NOTE: Do NOT apply these settings to all files as part of this ticket.

Settings we care about for the purposes of this ticket:
Indents = spaces
Indent size = 4
Final newline included at the end of the file