Add an .editorconfig
This commit is contained in:
Evan Louie 2020-11-02 13:50:10 -08:00 коммит произвёл GitHub
Родитель 3d3b4c387e
Коммит 007138699c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 18 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
tab_width = 2
[*.{json,yaml,yml}]
indent_style = space
indent_size = 2