* lib/edit.indent.rc: Remove all options for indent and add a
comment explaining where those options should be.
Этот коммит содержится в:
родитель
27244da8cc
Коммит
2797997f9c
@ -1,3 +1,8 @@
|
||||
2002-11-06 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/edit.indent.rc: Remove all options for indent and add a
|
||||
comment explaining where those options should be.
|
||||
|
||||
2002-11-05 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc-wrapper.csh.in: Remove /bin/csh at the beginning - this
|
||||
|
@ -9,7 +9,8 @@ exec >/dev/null
|
||||
case `echo $1 |sed 's/^.*\.//'` in
|
||||
c|h)
|
||||
# ftp://ftp.gnu.org/pub/gnu/indent/
|
||||
indent -kr -pcs "$2"
|
||||
# Please add options to your ~/.indent.pro, not here.
|
||||
indent "$2"
|
||||
;;
|
||||
C|cc|CC|cxx|CXX|cpp|CPP)
|
||||
# http://astyle.sourceforge.net/
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user