aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-04-01 21:00:06 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-04-01 21:00:06 +0200
commit0ebd2390a959a9562cf2096150ad6e8a24ed5ec9 (patch)
tree58ea2e030fc5545da3b3953033875b58536d7c8c /.editorconfig
parentc92d818f6986d5013b16a63c2c1aeaa511222479 (diff)
downloadee-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--.editorconfig4
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