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