Просмотр исходного кода

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1 год назад
committed by GitHub
Родитель
Сommit
c162dcd932
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 11 добавлений и 0 удалений
  1. +11
    -0
      .editorconfig

+ 11
- 0
.editorconfig Просмотреть файл

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width

Загрузка…
Отмена
Сохранить