1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/docs/style
dmiller 620f9fdb34 Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
2014-01-23 21:51:58 +00:00
..
2012-08-11 02:45:14 +00:00

lua-format:
    This bash script uses lua-format.lua to indent and style Lua code
    (including NSE scripts and libraries). You can use this to make
    your script conform to the style guidelines for NSE.

    In order to run the script, you need Lua 5.1 or Lua 5.2 installed as well
    as LPeg. LPeg is a parsing expression grammar library which is basically a
    far more powerful pattern matching utility than regular expressions.
    On Debian:
        apt-get install lua5.2 lua-lpeg