view .dir-locals.el @ 31182:e217b44187a2 stable

doc: Clarify number of processors returned by "nproc" with hyperthreading. * libinterp/corefcn/nproc.cc (Fnproc): Clarify that the number of processors returned by this function might be higher than the number of physical cores (for processors with hyperthreading). See: https://octave.discourse.group/t/3121/20
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 11 Aug 2022 09:36:52 +0200
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))