Added html, php, and css to nvim's "noexpandtab" list

This commit is contained in:
2023-08-24 15:24:30 -04:00
parent 36969f5c32
commit 87ec88c6f2
+1 -1
View File
@@ -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