parisc: add .vimrc editor helper file

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2023-10-14 12:26:32 +02:00
parent f7c373abb9
commit a691536e40

4
.vimrc Normal file
View File

@ -0,0 +1,4 @@
set expandtab
set shiftwidth=4
set smarttab
autocmd FileType asm setlocal ts=8 sts=8 sw=8 noexpandtab nosmarttab