Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • CODING_STYLE.md
Find file
BlameHistoryPermalink
  • Tobin C. Harding's avatar
    CODING_STYLE: Update section header format · 34484cda
    Tobin C. Harding authored Aug 17, 2018
    Currently for section headings we use fourth level markdown heading
    level (####).  We do not have levels two or three.
    
    We can use standard incremental levels for heading adornments i.e
    
    1) =========
    2) ##
    3) ###
    ect.
    
    Since this document is likely referenced by maintainers when guiding new
    contributors it can save maintainer time to be able to quickly reference
    a section in the coding stlye guide.  If we add numbers to each heading
    (like the kernel stlye guide) then maintainers can say:
    
       Nice patch, please see section 3 of the coding style guide and ...
    
    So, this patch makes two changes
    
    - Use incremental level heading adornments
    - Add a number to each section heading
    Signed-off-by: 's avatarTobin C. Harding <me@tobin.cc>
    34484cda
CODING_STYLE.md 22.3 KB
EditWeb IDE
×

Replace CODING_STYLE.md

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.