view xv6-aarch64/.dir-locals.el @ 0:07bbca19ea77

Gears OS xv6 for 64bit ARM / Raspberry Pi
author kono
date Thu, 18 Jan 2024 10:56:41 +0900
parents
children
line wrap: on
line source

((c-mode
  (indent-tabs-mode . nil)
  (c-file-style . "bsd")
  (c-basic-offset . 2)))