diff options
author | Maxim Devaev <[email protected]> | 2021-07-25 04:17:28 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-07-25 04:22:27 +0300 |
commit | 134d4e869e0cada9e69b2f37acf43606c5fddd3c (patch) | |
tree | 28d1dba9675f6af2bd6ad58d844f7a6b72590c76 | |
parent | c86f12db72d7b56ccda30d027c042ffb72bb75d5 (diff) |
.editorconfig
-rw-r--r-- | .editorconfig | 10 |
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 |