neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5f7560b8daca7e87ae9d880a8657064244631892
parent 2bb244af314e80afbab30b4db4490c8dae894b85
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Mon, 21 Nov 2022 14:53:29 +0100

build(editorconfig): set indent_size to 4 for python files (#21135)


Diffstat:
M.editorconfig | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -10,6 +10,9 @@ insert_final_newline = true [*.{c,h,in,lua}] max_line_length = 100 +[*.py] +indent_size = 4 + [{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab indent_size = 8