Added basic editorconfig to fix Microsoft/winget-pkgs#329 (#334)

This commit is contained in:
Martin Sundhaug
2020-06-30 20:37:33 +02:00
committed by GitHub
parent b639fe30f8
commit 142355e51d

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root=true
[*.{yml,yaml}]
end_of_line = crlf
insert_final_newline = true
# editorconfig/editorconfig#329
indent_style = space
indent_size = 2