From: James Bunton Date: Wed, 21 Sep 2016 12:28:24 +0000 (+1000) Subject: editorconfig X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/635ec74044a3237693785ebad72eb16998d75758 editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..08bb77c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[**] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +trim_trailing_whitespace = true +indent_size = 8 \ No newline at end of file