Initial support for EditorConfig

This commit is contained in:
Chris Cheetham 2019-06-13 16:12:53 -04:00
Родитель c541c7f4e5
Коммит 4c61b1b0b7
1 изменённых файлов: 12 добавлений и 0 удалений

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

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