Skip to content
Snippets Groups Projects
Unverified Commit 7ca9d331 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

editorconfig: indent yaml with two spaces

parent fabc9c1c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ insert_final_newline = true
indent_style = tab
charset = utf-8
[*.yml]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment