Skip to content

ninjagolloyd/Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprint Editor

Style Guidelines

Always use Tabs with an Indent Size of 2.

Layout code expressions like this:

if(blah == true) {
	var hello = 'Is it me you\'re looking for?';
	document.write(hello);
}

Releases

No releases published

Packages

No packages published

Languages

  • CSS 83.3%
  • JavaScript 12.7%
  • PHP 4.0%