tabs.c-1

来自「indent为linux下代码自动格式化工具」· C-1 代码 · 共 19 行

C-1
19
字号
/* * Here is a column 1 comment with      tab     tab and tab * In the columns:                ^        ^           ^ those  */main (){  int i = 33;  /*   * Here    there   everywhere      here..  and that's it   * tab ^--------^------------^-----------^-------------    */  foo (i);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?