Remove trailing whitespace
This commit is contained in:
parent
8e9e37094d
commit
7608b56ea6
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{py,pyx,pxd,pxi,yml,h}]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[ext/*.{c,cpp,h}]
|
||||
indent_size = 4
|
||||
indent_style = tab
|
Loading…
x
Reference in New Issue
Block a user