mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 22:12:40 -08:00
The ECL code no longer uses tabulator characters, they were replaced
by spaces. A custom script was used to insert/replace Emacs and ViM per-file editor settings according to their type and the new ECL coding style.
This commit is contained in:
parent
9720adf0c0
commit
8f07cd58d8
384 changed files with 1170 additions and 359 deletions
|
|
@ -1,4 +1,6 @@
|
|||
/* -*- mode: c; c-basic-offset: 8 -*- */
|
||||
/* -*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*- */
|
||||
/* vim: set filetype=c tabstop=8 shiftwidth=4 expandtab: */
|
||||
|
||||
/*
|
||||
write_array.d -- File interface.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue