Add .editorconfig for consistent code formatting

always useful to have :-)
This commit is contained in:
Christian Oliff 2020-05-07 00:47:38 +09:00 коммит произвёл GitHub
Родитель e0c6ae92f7
Коммит 0be26c1b5e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 16 добавлений и 0 удалений

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

@ -0,0 +1,16 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
[*.js]
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false