summaryrefslogtreecommitdiff
path: root/roles/docker.ubuntu/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roles/docker.ubuntu/.editorconfig')
-rw-r--r--roles/docker.ubuntu/.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/docker.ubuntu/.editorconfig b/roles/docker.ubuntu/.editorconfig
new file mode 100644
index 0000000..3fee862
--- /dev/null
+++ b/roles/docker.ubuntu/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+# default configuration
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8