Skip to content

Commit

Permalink
Basic editorconfig support (tinygrad#422)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
danofsteel32 authored Nov 8, 2022
1 parent c3d9c9b commit 4998bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 2 space indentation
[*.py]
indent_style = space
indent_size = 2

0 comments on commit 4998bf4

Please sign in to comment.