mirror of https://github.com/commaai/tinygrad.git
Basic editorconfig support (#422)
Almost every IDE or texteditor supports [editorconfig](https://editorconfig.org/). I've set it up to just enforce the 2 space python indents for now.
This commit is contained in:
parent
c3d9c9b24c
commit
4998bf49b3
|
@ -0,0 +1,4 @@
|
|||
# 2 space indentation
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in New Issue