mirror of https://github.com/grpc/grpc.io.git
Merge pull request #109 from lucperkins/lperkins/editorconfig
Add editorconfig file
This commit is contained in:
commit
d40497a95b
|
|
@ -0,0 +1,15 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.{html,js,json,md,sass,yaml}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
Loading…
Reference in New Issue