mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 12:13:04 +02:00
Use pep 8 indentation for python
Change the default spaces of python indentation to follow pep8 which is the standard.
This commit is contained in:
parent
994ff4b269
commit
9fd17d4ff5
@ -116,7 +116,7 @@ roots = []
|
|||||||
|
|
||||||
language-server = { command = "pyls" }
|
language-server = { command = "pyls" }
|
||||||
# TODO: pyls needs utf-8 offsets
|
# TODO: pyls needs utf-8 offsets
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "nix"
|
name = "nix"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user