diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-01 21:00:06 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-04-01 21:00:06 +0200 |
commit | 0ebd2390a959a9562cf2096150ad6e8a24ed5ec9 (patch) | |
tree | 58ea2e030fc5545da3b3953033875b58536d7c8c /.editorconfig | |
parent | c92d818f6986d5013b16a63c2c1aeaa511222479 (diff) | |
download | ee-python-0ebd2390a959a9562cf2096150ad6e8a24ed5ec9.tar.gz ee-python-0ebd2390a959a9562cf2096150ad6e8a24ed5ec9.tar.bz2 ee-python-0ebd2390a959a9562cf2096150ad6e8a24ed5ec9.tar.xz ee-python-0ebd2390a959a9562cf2096150ad6e8a24ed5ec9.zip |
o Updating editorconfig.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 43c9cff..aeb0586 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,4 @@ [*.py] -indent = 4 +indent_size = 4 +indent_style = space +continuation_indent_size = 8 |