[krb5-auth-dialog] Add CodingStyle for new code
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] Add CodingStyle for new code
- Date: Thu, 30 Sep 2010 08:02:18 +0000 (UTC)
commit b780009127e58ced43eb49e6f8f6e00a114c59c3
Author: Guido Günther <agx sigxcpu org>
Date: Thu Sep 30 10:01:49 2010 +0200
Add CodingStyle for new code
CodingStyle | 13 +++++++++++++
Makefile.am | 1 +
2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/CodingStyle b/CodingStyle
new file mode 100644
index 0000000..1d545d9
--- /dev/null
+++ b/CodingStyle
@@ -0,0 +1,13 @@
+CodingStyle
+-----------
+- secmem/ keeps it's CodingStyle so we can merge easily with pinentry-gtk
+- Public functions start with ka_
+- The object in instance methods is called self
+- No tabs
+- Indent in four space units, no tabs:
+
+ /*
+ * vim: set tabstop=4:
+ * vim: set shiftwidth=4:
+ * vim: set expandtab:
+ */
diff --git a/Makefile.am b/Makefile.am
index 6a9ff8b..a6a2bc4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,7 @@ SUBDIRS = secmem gtksecentry src po etpo icons preferences help examples plugins
EXTRA_DIST = \
krb5-auth-dialog.spec \
MAINTAINERS \
+ CodingStyle \
gnome-doc-utils.make \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]