From 0f65e6cc486d0961a9a4b1e3abfe6a04255df015 Mon Sep 17 00:00:00 2001 From: Joshua Sziede <jsziede@yahoo.com> Date: Mon, 19 Nov 2018 21:18:21 -0500 Subject: [PATCH] Update and rename Programming_Standards to Programming_Standards.md --- documents/Programming_Standards | 4 ---- documents/Programming_Standards.md | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 documents/Programming_Standards create mode 100644 documents/Programming_Standards.md diff --git a/documents/Programming_Standards b/documents/Programming_Standards deleted file mode 100644 index 9c874b1..0000000 --- a/documents/Programming_Standards +++ /dev/null @@ -1,4 +0,0 @@ - -Programming Standards - -We will use the CMU C Style standards. diff --git a/documents/Programming_Standards.md b/documents/Programming_Standards.md new file mode 100644 index 0000000..64eb8ea --- /dev/null +++ b/documents/Programming_Standards.md @@ -0,0 +1,3 @@ +##Programming Standards + +We will use the CMU C Style standards as presented in C_Coding_Standard.pdf, located within the documents directory. This is the programming standard adapted by Carnegie Mellon University to be used for the C programming language. -- GitLab