forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 4
Indentation Standards
Tod Beardsley edited this page Aug 14, 2014
·
42 revisions
Using two-space soft tabs, and not hard tabs, is the second precept* of the Ruby Style Guide. This convention is widely adopted by nearly all Ruby projects, including Metasploit.
This page used to have a long, boring discussion about tabs vs. spaces, and the process used to convert Metasploit to a Ruby standard tabbing scheme. That was completed in mid-October of 2013.
- Home Welcome to Metasploit!
- Using Metasploit A collection of useful links for penetration testers.
-
Setting Up a Metasploit Development Environment From
apt-get install
togit push
. - CONTIBUTING.md What should your contributions look like?
- Landing Pull Requests Working with other people's contributions.
- Using Git All about Git and GitHub.
- Contributing to Metasploit Be a part of our open source community.
- Meterpreter All about the Meterpreter payload.