https://github.com/biochem-fan/cheetah
Raw File
Tip revision: bbe2266b6cadc022ce66cf064b89445695b76fd7 authored by Takanori Nakane on 07 February 2024, 03:51:27 UTC
Added MPCCD-8B0-2-008 (assembled from outer panels of older SWD MPCCDs)
Tip revision: bbe2266
.dir-locals.el
((c-mode . ((c-file-style . "stroustrup")
	      (tab-width . 4)
	      (indent-tabs-mode . t)))
(c++-mode . ((c-file-style . "stroustrup")
	      (tab-width . 4)
	      (indent-tabs-mode . t))))

back to top