Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 648 Bytes

Specification of Team Secreek

This spec repository contains several configuratioin file to help standardize the coding style.

.gitignore

This gitignore file should be considered as Git global gitignore file. Some codes are copied from github/gitignore.

  • .DS_Store are ignored.
  • vim swap files are ignored.
  • some ruby files are ignored.
  • some rails files are ignored.

Sublime Text 2/3

These files are written under the Ruby Style Guide, in general, it specify those things:

  • Use two-space as indent.