diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-03 11:21:17 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-03 11:21:17 +0200 |
commit | d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3 (patch) | |
tree | 000b6bde185b8ff79efff97a3a46e0628bac92d7 /.editorconfig | |
parent | c895e6c051cfda77a22b31367cf5c0bbedce4249 (diff) | |
download | ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.tar.gz ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.tar.bz2 ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.tar.xz ee-python-d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3.zip |
o Adding tools to download facts about parts from Digi-Key.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7267e19 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.py] +indent = 2 |