From 9fd17d4ff5b81211317da1a28d2b30442a512ffc Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 21 Jun 2021 20:32:52 +0800 Subject: Use pep 8 indentation for python Change the default spaces of python indentation to follow pep8 which is the standard.--- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages.toml') 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" -- cgit v1.2.3-70-g09d2