Add .editorconfig
This commit is contained in:
parent
5d8e291c6f
commit
a3ab9b63f7
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@ -0,0 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
|
||||
[*.{c,h,cxx,am,m4}]
|
||||
indent_style = tab
|
||||
|
||||
[*.{py}]
|
||||
indent_style = space
|
||||
Loading…
x
Reference in New Issue
Block a user