2024-03-06 11:24:47 -08:00
|
|
|
set indentexpr=
|
|
|
|
set noautoindent
|
|
|
|
set nocindent
|
2023-12-05 17:03:11 -08:00
|
|
|
set noexpandtab
|
2024-03-06 11:24:47 -08:00
|
|
|
set nosmartindent
|
2024-01-05 13:16:53 -08:00
|
|
|
set nosmarttab
|
2024-03-06 11:24:47 -08:00
|
|
|
set nu
|
2023-12-05 17:03:11 -08:00
|
|
|
set tabstop=4
|
2024-03-06 11:24:47 -08:00
|
|
|
filetype indent off
|