Fixed indentation

This commit is contained in:
diamondburned (Forefront) 2020-05-19 20:46:05 -07:00
parent f7c3dcfb38
commit 6ad5b27b27
2 changed files with 15 additions and 5 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
[.gitlab-ci.yml]
indent_style = space
indent_size = 2