Add EditorConfig file

Resolve issues.

More info here: https://editorconfig.org/
This commit is contained in:
Alexander Popov 2020-04-18 01:24:41 +03:00 committed by Olle Jonsson
parent c26df87b86
commit 680b9f8a6c
18 changed files with 74 additions and 67 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

View File

@ -57,4 +57,3 @@ conn = Faraday.new(...) do |f|
f.adapter AnyAdapter
end
```

View File

@ -127,4 +127,3 @@ footer
// when needing search usually
@media screen and (max-width: 800px)
display: none