Skip to content

C code style for the CFEngine project

License

Notifications You must be signed in to change notification settings

cfengine/cfengine-code-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

cfengine-code-style

C code style for the CFEngine project, ref contribution guidelines.

Usage

To enable coding style for the current buffer:

M-x c-set-style cfengine

To enable coding style permanently, create file .dir-locals.el with the following contents in the directory with the source code:

((c-mode . ((c-file-style . "cfengine"))))

TODOs

Special rule for C99 (Foo) { 1, 2, 3 } initializers

Special rule for whitespace between if/while/for and parenthesis

About

C code style for the CFEngine project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •