Skip to content

Latest commit

 

History

History
executable file
·
7 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

executable file
·
7 lines (6 loc) · 349 Bytes

Indent Control

Generic control the indentation level for each mode.

  • Decouple from user knowing each major mode's indentation level variable. (if have)
  • Keep the indentation level across buffers. If you changed the indentation level in buffer A and switch to buffer B with the same major mode; they will have the same indentation level.