1. 16 1月, 2012 5 次提交
  2. 14 1月, 2012 2 次提交
  3. 13 1月, 2012 1 次提交
  4. 12 1月, 2012 1 次提交
  5. 11 1月, 2012 3 次提交
    • A
      Polishing · ab6a7e8e
      Arjen Poutsma 提交于
      ab6a7e8e
    • R
      5a2bd97c
    • C
      Polish "Support flash attrs..." and related classes · d7d1b495
      Chris Beams 提交于
       - Eliminate trailing whitespace
      
       - Update long method signatures to follow framework whitespace
         conventions
      
         Based on the following search,
      
             $ git grep -A3 '^.public .* .*([^\{;]*$' */src/main
      
         the strong convention throughout the framework when dealing with
         methods having long signatures (i.e. many parameters) is to break
         immediately after the opening paren, indent two tabs deeper and break
         lines around 90 characters as necessary. Such signatures should also
         be followed by a newline after the opening curly brace to break
         things up visually.
      
         The files edited in this commit had a particularly different style of
         intenting arguments to align with each other vertically, but the
         alignment only worked if one's tabstop is set at four spaces.
         When viewed at a different tabstop value, the effect is is jarring,
         both in that it is misaligned and significantly different from most
         of the framework. The convention described above reads well at any
         tabstop value.
      d7d1b495
  6. 10 1月, 2012 3 次提交
  7. 07 1月, 2012 2 次提交
  8. 06 1月, 2012 4 次提交
  9. 23 12月, 2011 1 次提交
  10. 22 12月, 2011 18 次提交