Sha256: a18c382a20b9bf929d5357a1407884384163fa21bc3ac7f42468a2c2a86e7d2e

Contents?: true

Size: 618 Bytes

Versions: 325

Compression:

Stored size: 618 Bytes

Contents

= C/C++ mode style for Nokogiri

Please don't propose commits that only change whitespace. However, if your
commit touches a function or section that is not using MRI Ruby conventions,
feel free to update whitespace in the surrounding code.


= WHITESPACE:

* indent level: 2
* indent type: Always spaces
* line Breaks: LF

This style can be automatically applied by running:

    astyle --indent=spaces=2 --style=1tbs --keep-one-line-blocks $(ack -f --type=cpp --type=cc ext/nokogiri)


= FUNCTION DECLARATION:

ANSI C style:

    type name(args)
    {
      declarations
    
      code
    }

= SOURCES:

* <3<3<3

Version data entries

325 entries across 315 versions & 27 rubygems

Version Path
tdiary-5.0.11 vendor/bundle/gems/nokogiri-1.8.4/C_CODING_STYLE.rdoc
tdiary-5.0.11 vendor/bundle/gems/nokogiri-1.8.5/C_CODING_STYLE.rdoc
nokogiri-1.9.0.rc1 C_CODING_STYLE.rdoc
nokogiri-1.9.0.rc1-x86-mingw32 C_CODING_STYLE.rdoc
nokogiri-1.9.0.rc1-x64-mingw32 C_CODING_STYLE.rdoc
nokogiri-1.9.0.rc1-java C_CODING_STYLE.rdoc
nokogiri-1.8.5 C_CODING_STYLE.rdoc
nokogiri-1.8.5-x86-mingw32 C_CODING_STYLE.rdoc
nokogiri-1.8.5-x64-mingw32 C_CODING_STYLE.rdoc
nokogiri-1.8.5-java C_CODING_STYLE.rdoc
daslabs-0.12.0 vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/C_CODING_STYLE.rdoc
daslabs-0.11.0 vendor/cache/ruby/2.5.0/gems/nokogiri-1.8.2/C_CODING_STYLE.rdoc
nokogiri-1.8.4 C_CODING_STYLE.rdoc
nokogiri-1.8.4-x86-mingw32 C_CODING_STYLE.rdoc
nokogiri-1.8.4-x64-mingw32 C_CODING_STYLE.rdoc
nokogiri-1.8.4-java C_CODING_STYLE.rdoc
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/nokogiri-1.8.3/C_CODING_STYLE.rdoc
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/nokogiri-1.8.3/C_CODING_STYLE.rdoc
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/nokogiri-1.8.3/C_CODING_STYLE.rdoc
tdiary-5.0.9 vendor/bundle/gems/nokogiri-1.8.2/C_CODING_STYLE.rdoc