diff options
-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 |