patch-config_uicstyle_fte 766 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-config_uicstyle_fte,v 1.1 2011/01/16 19:58:18 naddy Exp $
  2. --- config/uicstyle.fte.orig Sun Jan 18 16:37:13 2009
  3. +++ config/uicstyle.fte Sat Apr 18 18:17:55 2009
  4. @@ -6,6 +6,11 @@ menu MChangeCIndentStyle {
  5. SetIndentWithTabs 0
  6. SetCIndentStyle 4 0 -1 0 4 0 4 -4 0 1 -1 4 4
  7. }
  8. + item "&BSD Kernel" {
  9. + ChangeTabSize 8;
  10. + SetIndentWithTabs 1
  11. + SetCIndentStyle 8 0 4 0 8 0 8 -8 0 1 -1 8 4
  12. + }
  13. item "&Linux kernel" {
  14. ChangeTabSize 8;
  15. SetIndentWithTabs 1
  16. @@ -13,7 +18,7 @@ menu MChangeCIndentStyle {
  17. }
  18. item "&GNU" {
  19. ChangeTabSize 8;
  20. - SetIndentWithTabs 1
  21. + SetIndentWithTabs 0
  22. SetCIndentStyle 2 2 -1 0 2 0 2 -2 0 1 -1 2 2
  23. }
  24. # more...