update NOTICE
[nit.git] / src / pretty.nit
2015-01-13 Alexandre Terrasanitpretty: does not skip empty lines anymore
2015-01-13 Alexandre Terrasanitpretty: does not force `do` inlining on APropdefs...
2015-01-13 Alexandre Terrasanitpretty: does not force break on string literals...
2015-01-13 Alexandre Terrasanitpretty: displays annotation visibility
2015-01-13 Alexandre Terrasanitpretty: does not assert for location on catch_up
2015-01-13 Alexandre Terrasanitpretty: fixes length calculation for statements
2015-01-13 Alexandre Terrasanitpretty: fixes display of multiple annotations
2015-01-13 Alexandre Terrasanitpretty: does not double tab on multiline statement...
2015-01-13 Alexandre Terrasanitpretty: factorizes block visit on APropdefs
2015-01-08 Alexandre Terrasanitpretty: factorizes annotation management for properties
2015-01-08 Alexandre Terrasanitpretty: better length management for long method...
2015-01-08 Alexandre Terrasanitpretty: fixes crash on attribute annotations
2014-12-17 Jean Privatgrammar: new production `array_items` to replace arg_li...
2014-12-10 Alexandre Terrasasrc/pretty: add usage example in DocUnit
2014-12-09 Alexandre Terrasanitpretty: fixes documentation warnings.
2014-12-09 Alexandre Terrasanitpretty: splits nitpretty into two modules