aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: b170598883db2f856bb561b3df53b88edecf4aba (plain)
1
2
3
((nil . ((company-clang-arguments . ("-I../include/")) 
	 (company-c-headers-path-user . ("../include/"))
	 (flycheck-clang-include-path . ("../include")))))