chore: add `.editorconfig` (#446)

Fix whitespace & missing newline issues.
pull/450/head
Dario Vladović 2020-11-08 03:39:19 +01:00 zatwierdzone przez GitHub
rodzic 839cf3aa64
commit 5ad28dad43
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
15 zmienionych plików z 113 dodań i 103 usunięć

13
.editorconfig 100644
Wyświetl plik

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

Wyświetl plik

@ -41,4 +41,3 @@ rules:
react/no-unused-prop-types: warn
react/react-in-jsx-scope: off
react/prop-types: off # TODO: open later

Wyświetl plik

@ -36,4 +36,3 @@ async function handler ({ label, status, color }: PathArgs) {
// '/badge/platform/ios,macos,tvos?list=|': 'list (custom seprator)'
// }
// }

Wyświetl plik

@ -262,4 +262,3 @@ const fullResponsePaths =
'tags',
'contributors'
]