mirror of
https://github.com/ReactiveX/RxSwift.git
synced 2024-11-20 19:07:37 +03:00
Support .editorConfig for consistent code formatting (#2626)
This commit is contained in:
parent
5c3222c37a
commit
35d121ab9e
10
.editorConfig
Normal file
10
.editorConfig
Normal file
@ -0,0 +1,10 @@
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
Loading…
Reference in New Issue
Block a user