summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAntonis Kalipetis <akalipetis@gmail.com>2015-10-22 14:06:45 +0000
committerAntonis Kalipetis <akalipetis@gmail.com>2015-10-22 14:06:45 +0000
commit7e2ec1ac6b49af1e98fe693051f61d73ba6d8f28 (patch)
tree4c6b64fe019bf19838c05797241d9a45984b9e0f /.editorconfig
parent5cfd2da448f5f7659aa25e9fab4296502da9afd0 (diff)
downloaddocker-py-7e2ec1ac6b49af1e98fe693051f61d73ba6d8f28.tar.gz
Add EditorConfig to the repo.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..d7f2776
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+max_line_length = 80
+
+[*.md]
+trim_trailing_whitespace = false