summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-07-25 04:17:28 +0300
committerMaxim Devaev <[email protected]>2021-07-25 04:22:27 +0300
commit134d4e869e0cada9e69b2f37acf43606c5fddd3c (patch)
tree28d1dba9675f6af2bd6ad58d844f7a6b72590c76 /.editorconfig
parentc86f12db72d7b56ccda30d027c042ffb72bb75d5 (diff)
.editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..447d3a8d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+end_of_file = lf
+indent_style = tab
+indent_size = 4
+
+[*.{py,yaml}]
+indent_style = space
+indent_size = 4