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
Branches
Tags
No related merge requests found
...@@ -7,6 +7,10 @@ insert_final_newline = true ...@@ -7,6 +7,10 @@ insert_final_newline = true
indent_style = tab indent_style = tab
charset = utf-8 charset = utf-8
[*.yml]
indent_style = space
indent_size = 2
[*.py] [*.py]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment