Create .editorconfig

This commit is contained in:
Carlos Ballesteros Velasco
2020-06-17 00:56:57 +02:00
committed by GitHub
parent aa160fa63a
commit ca597a9db2

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
[*.json]
indent_size=2
[*.yml]
indent_size = 2