mirror of https://github.com/MagicStack/uvloop.git
Add .editorconfig
This commit is contained in:
parent
359d4c1243
commit
b73b7da378
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
||||
[*.{py,pyx,pxd,pxi,yml,h}]
|
||||
indent_size = 4
|
||||
indent_style = space
|
Loading…
Reference in New Issue