tabs.c-2

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

C-2
15
字号
/* 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 + -
显示快捷键?