summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-02-10 14:54:24 +0530
committerKapil Viren Ahuja <k.v.ahuja@gmail.com>2017-02-10 14:54:24 +0530
commit93e44e57fbbb86df7a03c6d9ecfa751fb22342a1 (patch)
tree526824b4f6571519bb55c8a8c090fee90e2aeab0 /.editorconfig
parent69868a6899c09e13da52a2675349ccbab2858995 (diff)
downloadvaindock-93e44e57fbbb86df7a03c6d9ecfa751fb22342a1.tar.gz
vaindock-93e44e57fbbb86df7a03c6d9ecfa751fb22342a1.zip
works for:
- vainsocial.com - pg for web - pg for raw - pgAdmin
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..87ac011
--- /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