Aaron Schrab: 30712: .editorconfig: multi-editor specification of

editing formats.
interrupt_abort
Peter Stephenson 12 years ago
parent 71631df1e7
commit 2cd0f0c555

@ -1,5 +1,5 @@
DISTFILES_SRC='
.cvsignore .distfiles .gitignore .preconfig Makefile.in
.cvsignore .distfiles .editorconfig .gitignore .preconfig Makefile.in
ChangeLog
FEATURES INSTALL LICENCE MACHINES META-FAQ NEWS README
aclocal.m4 aczsh.m4 configure.ac

@ -0,0 +1,9 @@
root = true # Top-most editorconfig file
[*]
end_of_line = lf
tab_width = 8
indent_size = 2
[*.[ch]]
indent_size = 4

@ -1,5 +1,8 @@
2012-09-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Aaron Schrab: 30712: .editorconfig: multi-editor specification
of editing formats.
* Aaron Schrab: 30711: Completion/Unix/Type/_bind_addresses:
improved IPv6 completion.
@ -199,5 +202,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5729 $
* $Revision: 1.5730 $
*****************************************************

Loading…
Cancel
Save