diff options
author | Martin Miller | 2020-12-10 18:17:07 -0600 |
---|---|---|
committer | Martin Miller | 2020-12-10 18:17:07 -0600 |
commit | 015b9cb1b2f808624ae693327090aa8514438226 (patch) | |
tree | 7a4ab4557fb2e196c2b6b19743dae526d4f9d3bd /roles/docker.ubuntu/.editorconfig | |
download | tbp-015b9cb1b2f808624ae693327090aa8514438226.zip tbp-015b9cb1b2f808624ae693327090aa8514438226.tar.gz |
Diffstat (limited to 'roles/docker.ubuntu/.editorconfig')
-rw-r--r-- | roles/docker.ubuntu/.editorconfig | 8 |
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 |