mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Added html, php, and css to nvim's "noexpandtab" list
This commit is contained in:
@@ -8,7 +8,7 @@ set number
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
autocmd FileType go set noexpandtab
|
||||
autocmd FileType go,html,php,css set noexpandtab
|
||||
|
||||
" enable visually indented text wrapping
|
||||
set wrap
|
||||
|
||||
Reference in New Issue
Block a user