This commit is contained in:
Chris Cheetham 2019-11-15 07:37:58 -05:00
Родитель 7bb58c6db4
Коммит db93915ca9
1 изменённых файлов: 15 добавлений и 0 удалений

15
.editorconfig Normal file
Просмотреть файл

@ -0,0 +1,15 @@
# =============================================================================
# https://EditorConfig.org
# =============================================================================
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.yml]
indent_size = 2