blob: 34e4b4011ac0c3900ee4f32c0e1ca5883fd0c483 [file] [log] [blame]
Nicolas Capensb8afba12017-05-03 13:37:29 -04001(
2 (c++-mode . ((fill-column . 80)
3 (indent-tabs-mode . nil)))
4 (c-mode . ((fill-column . 80)
5 (indent-tabs-mode . nil)))
6 (python-mode . ((fill-column . 80)
7 (tab-width . 2)
8 (indent-tabs-mode . nil)))
9)