commit 2de6021b66342ba160722960a371cef4caae2bdd parent 7ad5c4483594eeac79debed1a5b45b4523bd7db8 Author: Stephen Gregoratto <dev@sgregoratto.me> Date: Sun, 8 Sep 2019 23:59:40 +1000 add editorconfig Diffstat:
A | .editorconfig | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +indent_style = tab +insert_final_newline = true +charset = utf-8 + +[*.{xml,html}] +indent_size = 1