Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. (global-set-key (kbd "RET") 'newline-and-indent)
  2.  
  3. if (true)// press Enter
  4.  
  5. if (true)
  6. //point
  7.  
  8. if (true)
  9. //point
  10.  
  11. if (true) {//press Enter
  12.  
  13. if (true) {
  14. //point
  15.  
  16. int func(void)//press Enter
  17.  
  18. int func(void)
  19. //point
  20.  
  21. int func(void)
  22. //point
  23.  
  24. int func(void) {//press Enter
  25.  
  26. int func(void) {
  27. //point
  28.  
  29. int func(void) {
  30. //point
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement