API

This part is just a draft for the moment.

Formatting API

TBC

  • lh#style#clear()

  • lh#style#get()

  • lh#style#get_groups()

  • lh#style#apply()

  • lh#style#apply_these()

  • lh#style#reinject_cached_ignored_matches()

  • lh#style#ignore()

  • lh#style#just_ignore_this()

  • lh#style#surround()

  • lh#style#use()

  • lh#style#define_group()

Naming API

TBC

  • lh#naming#variable()

  • lh#naming#getter()

  • lh#naming#setter()

  • lh#naming#ref_getter()

  • lh#naming#proxy_getter()

  • lh#naming#global()

  • lh#naming#local()

  • lh#naming#member()

  • lh#naming#static()

  • lh#naming#constant()

  • lh#naming#param()

  • lh#naming#type()

  • lh#naming#to_lower_camel_case()

  • lh#naming#to_upper_camel_case()

  • lh#naming#to_underscore()