JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
add .editorconfig
[hexbog.git] / .editorconfig
1 ; See http://editorconfig.org
2
3 ; top-most EditorConfig file
4 root = true
5
6 [*]
7 end_of_line = lf
8 insert_final_newline = true
9 indent_style = tab