单项选择题

使用vi编辑器进行c语言程序的编写,为了更清楚地阅读程序代码,需要在vi中显示文件中每一行的行号,为此需要执行()命令进行设置。

A.:set autoindent
B.:set ignorecase
C.:set number
D.:set ruler