~blainsmith/hare-csv

ae45c80a1dd5813c4de653f9b3cbdb527d498d22 — Blain Smith 1 year, 10 months ago 51b785e
ensure editor settings for hare style guide

Signed-off-by: Blain Smith <rebelgeek@blainsmith.com>
2 files changed, 13 insertions(+), 1 deletions(-)

A .editorconfig
M .gitignore
A .editorconfig => .editorconfig +12 -0
@@ 0,0 1,12 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.ha]
indent_style = tab
indent_size = 4

[Makefile]
indent_style = tab

M .gitignore => .gitignore +1 -1
@@ 1,1 1,1 @@
docs
\ No newline at end of file
docs