diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-03 16:25:14 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-09-03 16:25:14 +0200 |
commit | ae11977b4f00e9aca99655877f0584fab791c58b (patch) | |
tree | 73fbdb0657b96004bda35e7e5564517180dc6811 /.editorconfig | |
parent | d59fb211556cd9b5a2bc028c5cf8a37b891cbfb3 (diff) | |
download | ee-python-ae11977b4f00e9aca99655877f0584fab791c58b.tar.gz ee-python-ae11977b4f00e9aca99655877f0584fab791c58b.tar.bz2 ee-python-ae11977b4f00e9aca99655877f0584fab791c58b.tar.xz ee-python-ae11977b4f00e9aca99655877f0584fab791c58b.zip |
o PEP 8 says python indent is 4 spaces.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 7267e19..43c9cff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,2 @@ [*.py] -indent = 2 +indent = 4 |