From: Jason Woofenden Date: Thu, 18 Apr 2013 12:45:29 +0000 (-0400) Subject: add .editorconfig X-Git-Url: https://jasonwoof.com/gitweb/?p=af-coffee.git;a=commitdiff_plain;h=4a6ed4405879f8170e0e8f3ac527448b355b2690;hp=e7ab35ebf6fb0f49e0a2349629c027de68b90d7e add .editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..103cdc9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +; See http://editorconfig.org + +; top-most EditorConfig file +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab