Skip to content

Commit

Permalink
Update coding conventions
Browse files Browse the repository at this point in the history
Add a note to the jit coding conventions that jit-format changes supersede
the conventions in the doc. Add a link to jit-format's documentation.
  • Loading branch information
michellemcdaniel committed Aug 31, 2016
1 parent 62f28d6 commit 66f4808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/coding-guidelines/clr-jit-coding-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Note that these conventions are different from the CLR C++ Coding Conventions, d

> Note: the JIT currently doesn't follow some of these conventions very widely. The non-conformant code should be updated, eventually.
> Note: we now use jit-format to format our code. All changes it makes supersede the conventions in this doc. Please see the [jit-format documentation](https://github.com/dotnet/jitutils/blob/master/doc/getstarted.md#formatting-jit-source) for instructions on running jit-format.
# How to use this document

* All new code written in the JIT should adhere to these conventions.
Expand Down

0 comments on commit 66f4808

Please sign in to comment.