mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Add EditorConfig file
Resolve issues. More info here: https://editorconfig.org/
This commit is contained in:
parent
c26df87b86
commit
680b9f8a6c
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
|
@ -57,4 +57,3 @@ conn = Faraday.new(...) do |f|
|
||||
f.adapter AnyAdapter
|
||||
end
|
||||
```
|
||||
|
||||
|
@ -127,4 +127,3 @@ footer
|
||||
// when needing search usually
|
||||
@media screen and (max-width: 800px)
|
||||
display: none
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user