From 63b9ec2bd88460bbcec0e506450fd8f1e2a16928 Mon Sep 17 00:00:00 2001 From: Orette D'Aguilar Date: Thu, 21 Jul 2016 09:48:21 -0500 Subject: [PATCH] Added dot file to maintain consistent coding styles --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..87ac0112 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*] +charset = utf-8 + +[{Dockerfile,docker-compose.yml}] +indent_style = space +indent_size = 4