Переглянути джерело

Add .editorconfig (#2518)

pull/2527/head
Alex Hedges 1 рік тому
committed by GitHub
джерело
коміт
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

Завантаження…
Відмінити
Зберегти