Helps ensure consistent code formatting for contributors.
Uses same config from vscode repo (feel free to edit!)
This commit is contained in:
Christian Oliff 2021-08-06 11:52:11 +09:00 коммит произвёл GitHub
Родитель 9a95e7ac22
Коммит 3cff327263
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 15 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Tab indentation
[*]
indent_style = tab
trim_trailing_whitespace = true
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{*.yml,*.yaml,package.json}]
indent_style = space
indent_size = 2