aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorIvan Tham2021-06-21 12:32:52 +0000
committerNathan Vegdahl2021-06-21 15:50:51 +0000
commit9fd17d4ff5b81211317da1a28d2b30442a512ffc (patch)
tree728b777a777c3b2495bc611a45934da63de7bb49 /languages.toml
parent994ff4b2694044c60b69265cb176d0e5c608cf49 (diff)
Use pep 8 indentation for python
Change the default spaces of python indentation to follow pep8 which is the standard.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 9ae7a658..f7564c88 100644
--- a/languages.toml
+++ b/languages.toml
@@ -116,7 +116,7 @@ roots = []
language-server = { command = "pyls" }
# TODO: pyls needs utf-8 offsets
-indent = { tab-width = 2, unit = " " }
+indent = { tab-width = 4, unit = " " }
[[language]]
name = "nix"